Html Css Color HEX #B24DC9 Medium Orchid

📋 copy color: '#B24DC9'

red 178 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B24DC9

Tints of Medium Orchid #B24DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

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

R = 39.04%
G = 16.89%
B = 44.08%

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

#B24DC9 (or 0xB24DC9) is known color: Medium Orchid. HEX triplet: B2, 4D and C9. RGB value is (178,77,201). Sum of RGB (Red+Green+Blue) = 178+77+201=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #B24DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DC9 is #4DB236. Grayscale: #787878. Windows color (decimal): -5091895 or 13192626. OLE color: 13192626.

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

Color convert

RGB 178 77 201 -
CMYK 0.11 0.62 0 0.21
HSL 288.87º 0.53% 0.55% -
HSV(B) 288.87º 0.62% 0.79% -
XYZ 31.56 18.99 57.26 -
YUV 121.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 178 77 201 0.11 0.62 0 0.21 288.87 0.53 0.55
Hex B2 4D C9 B 3E 0 15 121 35 37
Octal 262 115 311 13 76 0 25 441 65 67
Binary 10110010 1001101 11001001 1011 111110 0 10101 100100001 110101 110111

Color Harmonies of #B24DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DC9

Black with #B24DC9

Text Example


Text Example

White with #B24DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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