Html Css Color HEX #B926BE Dark Orchid

📋 copy color: '#B926BE'

red 185 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #B926BE

Tints of Dark Orchid #B926BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 44.79%
G = 9.2%
B = 46%

CMYK

 C value IS 0.03

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B926BE (or 0xB926BE) is known color: Dark Orchid. HEX triplet: B9, 26 and BE. RGB value is (185,38,190). Sum of RGB (Red+Green+Blue) = 185+38+190=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B926BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926BE is #46D941. Grayscale: #626262. Windows color (decimal): -4643138 or 12461753. OLE color: 12461753.

HSL color Cylindrical-coordinate representation of color #B926BE: hue angle of 298.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B926BE is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 38 190 -
CMYK 0.03 0.8 0 0.25
HSL 298.03º 0.67% 0.45% -
HSV(B) 298.03º 0.8% 0.75% -
XYZ 29.99 15.42 50.11 -
YUV 99.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 185 38 190 0.03 0.8 0 0.25 298.03 0.67 0.45
Hex B9 26 BE 3 50 0 19 12A 43 2D
Octal 271 46 276 3 120 0 31 452 103 55
Binary 10111001 100110 10111110 11 1010000 0 11001 100101010 1000011 101101

Color Harmonies of #B926BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926BE

Black with #B926BE

Text Example


Text Example

White with #B926BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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