Html Css Color HEX #B928DE Dark Orchid

📋 copy color: '#B928DE'

red 185 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #B928DE

Tints of Dark Orchid #B928DE

RGB

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

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

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

R = 41.39%
G = 8.95%
B = 49.66%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B928DE (or 0xB928DE) is known color: Dark Orchid. HEX triplet: B9, 28 and DE. RGB value is (185,40,222). Sum of RGB (Red+Green+Blue) = 185+40+222=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #B928DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928DE is #46D721. Grayscale: #676767. Windows color (decimal): -4642594 or 14559417. OLE color: 14559417.

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

Color convert

RGB 185 40 222 -
CMYK 0.17 0.82 0 0.13
HSL 287.8º 0.73% 0.51% -
HSV(B) 287.8º 0.82% 0.87% -
XYZ 33.95 17.11 70.62 -
YUV 104.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 185 40 222 0.17 0.82 0 0.13 287.8 0.73 0.51
Hex B9 28 DE 11 52 0 D 120 49 33
Octal 271 50 336 21 122 0 15 440 111 63
Binary 10111001 101000 11011110 10001 1010010 0 1101 100100000 1001001 110011

Color Harmonies of #B928DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928DE

Black with #B928DE

Text Example


Text Example

White with #B928DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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