Html Css Color HEX #B24CC9 Medium Orchid

📋 copy color: '#B24CC9'

red 178 ◦ green 76 ◦ blue 201

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

Shades of Medium Orchid #B24CC9

Tints of Medium Orchid #B24CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 39.12%
G = 16.7%
B = 44.18%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B24CC9 (or 0xB24CC9) is known color: Medium Orchid. HEX triplet: B2, 4C and C9. RGB value is (178,76,201). Sum of RGB (Red+Green+Blue) = 178+76+201=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #B24CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CC9 is #4DB336. Grayscale: #787878. Windows color (decimal): -5092151 or 13192370. OLE color: 13192370.

HSL color Cylindrical-coordinate representation of color #B24CC9: hue angle of 288.96º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24CC9 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 76 201 -
CMYK 0.11 0.62 0 0.21
HSL 288.96º 0.54% 0.54% -
HSV(B) 288.96º 0.62% 0.79% -
XYZ 31.49 18.85 57.24 -
YUV 120.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 178 76 201 0.11 0.62 0 0.21 288.96 0.54 0.54
Hex B2 4C C9 B 3E 0 15 121 36 36
Octal 262 114 311 13 76 0 25 441 66 66
Binary 10110010 1001100 11001001 1011 111110 0 10101 100100001 110110 110110

Color Harmonies of #B24CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CC9

Black with #B24CC9

Text Example


Text Example

White with #B24CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CC9; }

 p { color: rgb(178,76,201); }

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

background-color css

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

 a { background-color: rgb(178,76,201); }

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

border-color css

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

 span { border-color: rgb(178,76,201); }

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