Html Css Color HEX #B928DD Dark Orchid

📋 copy color: '#B928DD'

red 185 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #B928DD

Tints of Dark Orchid #B928DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

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

R = 41.48%
G = 8.97%
B = 49.55%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B928DD (or 0xB928DD) is known color: Dark Orchid. HEX triplet: B9, 28 and DD. RGB value is (185,40,221). Sum of RGB (Red+Green+Blue) = 185+40+221=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B928DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928DD is #46D722. Grayscale: #676767. Windows color (decimal): -4642595 or 14493881. OLE color: 14493881.

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

Color convert

RGB 185 40 221 -
CMYK 0.16 0.82 0 0.13
HSL 288.07º 0.73% 0.51% -
HSV(B) 288.07º 0.82% 0.87% -
XYZ 33.82 17.05 69.92 -
YUV 103.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 185 40 221 0.16 0.82 0 0.13 288.07 0.73 0.51
Hex B9 28 DD 10 52 0 D 120 49 33
Octal 271 50 335 20 122 0 15 440 111 63
Binary 10111001 101000 11011101 10000 1010010 0 1101 100100000 1001001 110011

Color Harmonies of #B928DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928DD

Black with #B928DD

Text Example


Text Example

White with #B928DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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