Html Css Color HEX #B24EC3 Medium Orchid

📋 copy color: '#B24EC3'

red 178 ◦ green 78 ◦ blue 195

#B24EC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B24EC3

Tints of Medium Orchid #B24EC3

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

 GREEN value IS 78 (30.86% from 255) = 17.29%

 BLUE value IS 195 (76.56% from 255) = 43.24%

R = 39.47%
G = 17.29%
B = 43.24%

CMYK

 C value IS 0.09

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B24EC3 (or 0xB24EC3) is known color: Medium Orchid. HEX triplet: B2, 4E and C3. RGB value is (178,78,195). Sum of RGB (Red+Green+Blue) = 178+78+195=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #B24EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC3 is #4DB13C. Grayscale: #787878. Windows color (decimal): -5091645 or 12799666. OLE color: 12799666.

HSL color Cylindrical-coordinate representation of color #B24EC3: hue angle of 291.28º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24EC3 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 78 195 -
CMYK 0.09 0.6 0 0.24
HSL 291.28º 0.49% 0.54% -
HSV(B) 291.28º 0.6% 0.76% -
XYZ 30.93 18.85 53.64 -
YUV 121.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 178 78 195 0.09 0.6 0 0.24 291.28 0.49 0.54
Hex B2 4E C3 9 3C 0 18 123 31 36
Octal 262 116 303 11 74 0 30 443 61 66
Binary 10110010 1001110 11000011 1001 111100 0 11000 100100011 110001 110110

Color Harmonies of #B24EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EC3

Black with #B24EC3

Text Example


Text Example

White with #B24EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EC3; }

 p { color: rgb(178,78,195); }

 H1.HeaderClassName
 {
   color: #B24EC3;
 }
 .AnyTagClassName
 {
   color: #B24EC3;
 }
</style>

background-color css

<style>
 a { background-color: #B24EC3; }

 a { background-color: rgb(178,78,195); }

 div.DivClassName
 {
   background-color: #B24EC3;
 }
 .BgClassName
 {
   background-color: #B24EC3;
 }
</style>

border-color css

<style>
 span { border-color: #B24EC3; }

 span { border-color: rgb(178,78,195); }

 td.TdClassName
 {
   border-color: #B24EC3;
 }
 .TagClassName
 {
   border-color: #B24EC3;
 }
</style>