Html Css Color HEX #B24CCB Medium Orchid

📋 copy color: '#B24CCB'

red 178 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #B24CCB

Tints of Medium Orchid #B24CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 38.95%
G = 16.63%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24CCB (or 0xB24CCB) is known color: Medium Orchid. HEX triplet: B2, 4C and CB. RGB value is (178,76,203). Sum of RGB (Red+Green+Blue) = 178+76+203=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CCB is #4DB334. Grayscale: #787878. Windows color (decimal): -5092149 or 13323442. OLE color: 13323442.

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

Color convert

RGB 178 76 203 -
CMYK 0.12 0.63 0 0.20
HSL 288.19º 0.55% 0.55% -
HSV(B) 288.19º 0.63% 0.8% -
XYZ 31.72 18.95 58.48 -
YUV 120.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 178 76 203 0.12 0.63 0 0.20 288.19 0.55 0.55
Hex B2 4C CB C 3F 0 14 120 37 37
Octal 262 114 313 14 77 0 24 440 67 67
Binary 10110010 1001100 11001011 1100 111111 0 10100 100100000 110111 110111

Color Harmonies of #B24CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CCB

Black with #B24CCB

Text Example


Text Example

White with #B24CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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