Html Css Color HEX #B928E5 Dark Orchid

📋 copy color: '#B928E5'

red 185 ◦ green 40 ◦ blue 229

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

Shades of Dark Orchid #B928E5

Tints of Dark Orchid #B928E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.44%

R = 40.75%
G = 8.81%
B = 50.44%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B928E5 (or 0xB928E5) is known color: Dark Orchid. HEX triplet: B9, 28 and E5. RGB value is (185,40,229). Sum of RGB (Red+Green+Blue) = 185+40+229=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #B928E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928E5 is #46D71A. Grayscale: #686868. Windows color (decimal): -4642587 or 15018169. OLE color: 15018169.

HSL color Cylindrical-coordinate representation of color #B928E5: hue angle of 286.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B928E5 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 40 229 -
CMYK 0.19 0.83 0 0.10
HSL 286.03º 0.78% 0.53% -
HSV(B) 286.03º 0.83% 0.9% -
XYZ 34.91 17.49 75.66 -
YUV 104.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 185 40 229 0.19 0.83 0 0.10 286.03 0.78 0.53
Hex B9 28 E5 13 53 0 A 11E 4E 35
Octal 271 50 345 23 123 0 12 436 116 65
Binary 10111001 101000 11100101 10011 1010011 0 1010 100011110 1001110 110101

Color Harmonies of #B928E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928E5

Black with #B928E5

Text Example


Text Example

White with #B928E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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