Html Css Color HEX #B724DD Dark Orchid

📋 copy color: '#B724DD'

red 183 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #B724DD

Tints of Dark Orchid #B724DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 41.59%
G = 8.18%
B = 50.23%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B724DD (or 0xB724DD) is known color: Dark Orchid. HEX triplet: B7, 24 and DD. RGB value is (183,36,221). Sum of RGB (Red+Green+Blue) = 183+36+221=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B724DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724DD is #48DB22. Grayscale: #646464. Windows color (decimal): -4774691 or 14492855. OLE color: 14492855.

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

Color convert

RGB 183 36 221 -
CMYK 0.17 0.84 0 0.13
HSL 287.68º 0.73% 0.5% -
HSV(B) 287.68º 0.84% 0.87% -
XYZ 33.21 16.55 69.85 -
YUV 101.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 183 36 221 0.17 0.84 0 0.13 287.68 0.73 0.5
Hex B7 24 DD 11 54 0 D 120 49 32
Octal 267 44 335 21 124 0 15 440 111 62
Binary 10110111 100100 11011101 10001 1010100 0 1101 100100000 1001001 110010

Color Harmonies of #B724DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724DD

Black with #B724DD

Text Example


Text Example

White with #B724DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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