Html Css Color HEX #B926E4 Dark Orchid

📋 copy color: '#B926E4'

red 185 ◦ green 38 ◦ blue 228

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

Shades of Dark Orchid #B926E4

Tints of Dark Orchid #B926E4

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.43%

 BLUE value IS 228 (89.45% from 255) = 50.55%

R = 41.02%
G = 8.43%
B = 50.55%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B926E4 (or 0xB926E4) is known color: Dark Orchid. HEX triplet: B9, 26 and E4. RGB value is (185,38,228). Sum of RGB (Red+Green+Blue) = 185+38+228=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #B926E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926E4 is #46D91B. Grayscale: #676767. Windows color (decimal): -4643100 or 14952121. OLE color: 14952121.

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

Color convert

RGB 185 38 228 -
CMYK 0.19 0.83 0 0.11
HSL 286.42º 0.78% 0.52% -
HSV(B) 286.42º 0.83% 0.89% -
XYZ 34.7 17.3 74.91 -
YUV 103.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 185 38 228 0.19 0.83 0 0.11 286.42 0.78 0.52
Hex B9 26 E4 13 53 0 B 11E 4E 34
Octal 271 46 344 23 123 0 13 436 116 64
Binary 10111001 100110 11100100 10011 1010011 0 1011 100011110 1001110 110100

Color Harmonies of #B926E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926E4

Black with #B926E4

Text Example


Text Example

White with #B926E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926E4; }

 p { color: rgb(185,38,228); }

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

background-color css

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

 a { background-color: rgb(185,38,228); }

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

border-color css

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

 span { border-color: rgb(185,38,228); }

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