Html Css Color HEX #B928DA Dark Orchid

📋 copy color: '#B928DA'

red 185 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #B928DA

Tints of Dark Orchid #B928DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 41.76%
G = 9.03%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B928DA (or 0xB928DA) is known color: Dark Orchid. HEX triplet: B9, 28 and DA. RGB value is (185,40,218). Sum of RGB (Red+Green+Blue) = 185+40+218=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #B928DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928DA is #46D725. Grayscale: #676767. Windows color (decimal): -4642598 or 14297273. OLE color: 14297273.

HSL color Cylindrical-coordinate representation of color #B928DA: hue angle of 288.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B928DA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 40 218 -
CMYK 0.15 0.82 0 0.15
HSL 288.88º 0.71% 0.51% -
HSV(B) 288.88º 0.82% 0.85% -
XYZ 33.42 16.89 67.83 -
YUV 103.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 185 40 218 0.15 0.82 0 0.15 288.88 0.71 0.51
Hex B9 28 DA F 52 0 F 121 47 33
Octal 271 50 332 17 122 0 17 441 107 63
Binary 10111001 101000 11011010 1111 1010010 0 1111 100100001 1000111 110011

Color Harmonies of #B928DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928DA

Black with #B928DA

Text Example


Text Example

White with #B928DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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