Html Css Color HEX #B928D8 Dark Orchid

📋 copy color: '#B928D8'

red 185 ◦ green 40 ◦ blue 216

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

Shades of Dark Orchid #B928D8

Tints of Dark Orchid #B928D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 41.95%
G = 9.07%
B = 48.98%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B928D8 (or 0xB928D8) is known color: Dark Orchid. HEX triplet: B9, 28 and D8. RGB value is (185,40,216). Sum of RGB (Red+Green+Blue) = 185+40+216=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #B928D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928D8 is #46D727. Grayscale: #666666. Windows color (decimal): -4642600 or 14166201. OLE color: 14166201.

HSL color Cylindrical-coordinate representation of color #B928D8: hue angle of 289.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B928D8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 40 216 -
CMYK 0.14 0.81 0 0.15
HSL 289.43º 0.69% 0.5% -
HSV(B) 289.43º 0.81% 0.85% -
XYZ 33.16 16.79 66.46 -
YUV 103.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 185 40 216 0.14 0.81 0 0.15 289.43 0.69 0.5
Hex B9 28 D8 E 51 0 F 121 45 32
Octal 271 50 330 16 121 0 17 441 105 62
Binary 10111001 101000 11011000 1110 1010001 0 1111 100100001 1000101 110010

Color Harmonies of #B928D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928D8

Black with #B928D8

Text Example


Text Example

White with #B928D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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