Html Css Color HEX #B724DE Dark Orchid

📋 copy color: '#B724DE'

red 183 ◦ green 36 ◦ blue 222

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

Shades of Dark Orchid #B724DE

Tints of Dark Orchid #B724DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 41.5%
G = 8.16%
B = 50.34%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B724DE (or 0xB724DE) is known color: Dark Orchid. HEX triplet: B7, 24 and DE. RGB value is (183,36,222). Sum of RGB (Red+Green+Blue) = 183+36+222=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #B724DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724DE is #48DB21. Grayscale: #646464. Windows color (decimal): -4774690 or 14558391. OLE color: 14558391.

HSL color Cylindrical-coordinate representation of color #B724DE: hue angle of 287.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B724DE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 36 222 -
CMYK 0.18 0.84 0 0.13
HSL 287.42º 0.74% 0.51% -
HSV(B) 287.42º 0.84% 0.87% -
XYZ 33.34 16.6 70.55 -
YUV 101.16 196.2 186.38 -
System Red Green Blue C M Y K H S L
Decimal 183 36 222 0.18 0.84 0 0.13 287.42 0.74 0.51
Hex B7 24 DE 12 54 0 D 11F 4A 33
Octal 267 44 336 22 124 0 15 437 112 63
Binary 10110111 100100 11011110 10010 1010100 0 1101 100011111 1001010 110011

Color Harmonies of #B724DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724DE

Black with #B724DE

Text Example


Text Example

White with #B724DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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