Html Css Color HEX #B24ECC Medium Orchid

📋 copy color: '#B24ECC'

red 178 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #B24ECC

Tints of Medium Orchid #B24ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 38.7%
G = 16.96%
B = 44.35%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B24ECC (or 0xB24ECC) is known color: Medium Orchid. HEX triplet: B2, 4E and CC. RGB value is (178,78,204). Sum of RGB (Red+Green+Blue) = 178+78+204=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B24ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ECC is #4DB133. Grayscale: #797979. Windows color (decimal): -5091636 or 13389490. OLE color: 13389490.

HSL color Cylindrical-coordinate representation of color #B24ECC: hue angle of 287.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24ECC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 78 204 -
CMYK 0.13 0.62 0 0.2
HSL 287.62º 0.55% 0.55% -
HSV(B) 287.62º 0.62% 0.8% -
XYZ 31.98 19.27 59.16 -
YUV 122.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 178 78 204 0.13 0.62 0 0.2 287.62 0.55 0.55
Hex B2 4E CC D 3E 0 14 120 37 37
Octal 262 116 314 15 76 0 24 440 67 67
Binary 10110010 1001110 11001100 1101 111110 0 10100 100100000 110111 110111

Color Harmonies of #B24ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ECC

Black with #B24ECC

Text Example


Text Example

White with #B24ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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