Html Css Color HEX #B724CC Dark Orchid

📋 copy color: '#B724CC'

red 183 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #B724CC

Tints of Dark Orchid #B724CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 43.26%
G = 8.51%
B = 48.23%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B724CC (or 0xB724CC) is known color: Dark Orchid. HEX triplet: B7, 24 and CC. RGB value is (183,36,204). Sum of RGB (Red+Green+Blue) = 183+36+204=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B724CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724CC is #48DB33. Grayscale: #626262. Windows color (decimal): -4774708 or 13378743. OLE color: 13378743.

HSL color Cylindrical-coordinate representation of color #B724CC: hue angle of 292.5º 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 #B724CC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 36 204 -
CMYK 0.10 0.82 0 0.2
HSL 292.5º 0.7% 0.47% -
HSV(B) 292.5º 0.82% 0.8% -
XYZ 31.06 15.69 58.52 -
YUV 99.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 183 36 204 0.10 0.82 0 0.2 292.5 0.7 0.47
Hex B7 24 CC A 52 0 14 124 46 2F
Octal 267 44 314 12 122 0 24 444 106 57
Binary 10110111 100100 11001100 1010 1010010 0 10100 100100100 1000110 101111

Color Harmonies of #B724CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724CC

Black with #B724CC

Text Example


Text Example

White with #B724CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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