Html Css Color HEX #B929E5 Dark Orchid

📋 copy color: '#B929E5'

red 185 ◦ green 41 ◦ blue 229

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

Shades of Dark Orchid #B929E5

Tints of Dark Orchid #B929E5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 40.66%
G = 9.01%
B = 50.33%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B929E5 (or 0xB929E5) is known color: Dark Orchid. HEX triplet: B9, 29 and E5. RGB value is (185,41,229). Sum of RGB (Red+Green+Blue) = 185+41+229=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #B929E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929E5 is #46D61A. Grayscale: #686868. Windows color (decimal): -4642331 or 15018425. OLE color: 15018425.

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

Color convert

RGB 185 41 229 -
CMYK 0.19 0.82 0 0.10
HSL 285.96º 0.78% 0.53% -
HSV(B) 285.96º 0.82% 0.9% -
XYZ 34.94 17.56 75.68 -
YUV 105.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 185 41 229 0.19 0.82 0 0.10 285.96 0.78 0.53
Hex B9 29 E5 13 52 0 A 11E 4E 35
Octal 271 51 345 23 122 0 12 436 116 65
Binary 10111001 101001 11100101 10011 1010010 0 1010 100011110 1001110 110101

Color Harmonies of #B929E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929E5

Black with #B929E5

Text Example


Text Example

White with #B929E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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