Html Css Color HEX #B24BCB Medium Orchid

📋 copy color: '#B24BCB'

red 178 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #B24BCB

Tints of Medium Orchid #B24BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.45%

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

R = 39.04%
G = 16.45%
B = 44.52%

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

#B24BCB (or 0xB24BCB) is known color: Medium Orchid. HEX triplet: B2, 4B and CB. RGB value is (178,75,203). Sum of RGB (Red+Green+Blue) = 178+75+203=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BCB is #4DB434. Grayscale: #777777. Windows color (decimal): -5092405 or 13323186. OLE color: 13323186.

HSL color Cylindrical-coordinate representation of color #B24BCB: hue angle of 288.28º 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 #B24BCB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 75 203 -
CMYK 0.12 0.63 0 0.20
HSL 288.28º 0.55% 0.55% -
HSV(B) 288.28º 0.63% 0.8% -
XYZ 31.66 18.81 58.46 -
YUV 120.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 178 75 203 0.12 0.63 0 0.20 288.28 0.55 0.55
Hex B2 4B CB C 3F 0 14 120 37 37
Octal 262 113 313 14 77 0 24 440 67 67
Binary 10110010 1001011 11001011 1100 111111 0 10100 100100000 110111 110111

Color Harmonies of #B24BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BCB

Black with #B24BCB

Text Example


Text Example

White with #B24BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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