Html Css Color HEX #B924DD Dark Orchid

📋 copy color: '#B924DD'

red 185 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #B924DD

Tints of Dark Orchid #B924DD

RGB

 RED value IS 185 (72.66% from 255) = 41.86%

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

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

R = 41.86%
G = 8.14%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B924DD (or 0xB924DD) is known color: Dark Orchid. HEX triplet: B9, 24 and DD. RGB value is (185,36,221). Sum of RGB (Red+Green+Blue) = 185+36+221=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #B924DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924DD is #46DB22. Grayscale: #656565. Windows color (decimal): -4643619 or 14492857. OLE color: 14492857.

HSL color Cylindrical-coordinate representation of color #B924DD: hue angle of 288.32º 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 #B924DD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 36 221 -
CMYK 0.16 0.84 0 0.13
HSL 288.32º 0.73% 0.5% -
HSV(B) 288.32º 0.84% 0.87% -
XYZ 33.69 16.8 69.87 -
YUV 101.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 185 36 221 0.16 0.84 0 0.13 288.32 0.73 0.5
Hex B9 24 DD 10 54 0 D 120 49 32
Octal 271 44 335 20 124 0 15 440 111 62
Binary 10111001 100100 11011101 10000 1010100 0 1101 100100000 1001001 110010

Color Harmonies of #B924DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B924DD

Black with #B924DD

Text Example


Text Example

White with #B924DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B924DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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