Html Css Color HEX #B24DCE Medium Orchid

📋 copy color: '#B24DCE'

red 178 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #B24DCE

Tints of Medium Orchid #B24DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 38.61%
G = 16.7%
B = 44.69%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B24DCE (or 0xB24DCE) is known color: Medium Orchid. HEX triplet: B2, 4D and CE. RGB value is (178,77,206). Sum of RGB (Red+Green+Blue) = 178+77+206=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B24DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DCE is #4DB231. Grayscale: #797979. Windows color (decimal): -5091890 or 13520306. OLE color: 13520306.

HSL color Cylindrical-coordinate representation of color #B24DCE: hue angle of 286.98º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24DCE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 77 206 -
CMYK 0.14 0.63 0 0.19
HSL 286.98º 0.57% 0.55% -
HSV(B) 286.98º 0.63% 0.81% -
XYZ 32.15 19.23 60.41 -
YUV 121.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 178 77 206 0.14 0.63 0 0.19 286.98 0.57 0.55
Hex B2 4D CE E 3F 0 13 11F 39 37
Octal 262 115 316 16 77 0 23 437 71 67
Binary 10110010 1001101 11001110 1110 111111 0 10011 100011111 111001 110111

Color Harmonies of #B24DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DCE

Black with #B24DCE

Text Example


Text Example

White with #B24DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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