Html Css Color HEX #B526BE Dark Orchid

📋 copy color: '#B526BE'

red 181 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #B526BE

Tints of Dark Orchid #B526BE

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

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

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

R = 44.25%
G = 9.29%
B = 46.45%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B526BE (or 0xB526BE) is known color: Dark Orchid. HEX triplet: B5, 26 and BE. RGB value is (181,38,190). Sum of RGB (Red+Green+Blue) = 181+38+190=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #B526BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BE is #4AD941. Grayscale: #616161. Windows color (decimal): -4905282 or 12461749. OLE color: 12461749.

HSL color Cylindrical-coordinate representation of color #B526BE: hue angle of 296.45º 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 #B526BE is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 38 190 -
CMYK 0.05 0.8 0 0.25
HSL 296.45º 0.67% 0.45% -
HSV(B) 296.45º 0.8% 0.75% -
XYZ 29.04 14.93 50.07 -
YUV 98.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 181 38 190 0.05 0.8 0 0.25 296.45 0.67 0.45
Hex B5 26 BE 5 50 0 19 128 43 2D
Octal 265 46 276 5 120 0 31 450 103 55
Binary 10110101 100110 10111110 101 1010000 0 11001 100101000 1000011 101101

Color Harmonies of #B526BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526BE

Black with #B526BE

Text Example


Text Example

White with #B526BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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