Html Css Color HEX #B724CB Dark Orchid

📋 copy color: '#B724CB'

red 183 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #B724CB

Tints of Dark Orchid #B724CB

RGB

 RED value IS 183 (71.88% from 255) = 43.36%

 GREEN value IS 36 (14.45% from 255) = 8.53%

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

R = 43.36%
G = 8.53%
B = 48.1%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B724CB (or 0xB724CB) is known color: Dark Orchid. HEX triplet: B7, 24 and CB. RGB value is (183,36,203). Sum of RGB (Red+Green+Blue) = 183+36+203=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B724CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724CB is #48DB34. Grayscale: #626262. Windows color (decimal): -4774709 or 13313207. OLE color: 13313207.

HSL color Cylindrical-coordinate representation of color #B724CB: hue angle of 292.81º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B724CB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 36 203 -
CMYK 0.10 0.82 0 0.20
HSL 292.81º 0.7% 0.47% -
HSV(B) 292.81º 0.82% 0.8% -
XYZ 30.94 15.64 57.89 -
YUV 98.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 183 36 203 0.10 0.82 0 0.20 292.81 0.7 0.47
Hex B7 24 CB A 52 0 14 125 46 2F
Octal 267 44 313 12 122 0 24 445 106 57
Binary 10110111 100100 11001011 1010 1010010 0 10100 100100101 1000110 101111

Color Harmonies of #B724CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724CB

Black with #B724CB

Text Example


Text Example

White with #B724CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724CB; }

 p { color: rgb(183,36,203); }

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

background-color css

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

 a { background-color: rgb(183,36,203); }

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

border-color css

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

 span { border-color: rgb(183,36,203); }

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