Html Css Color HEX #B526BB Dark Orchid

📋 copy color: '#B526BB'

red 181 ◦ green 38 ◦ blue 187

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

Shades of Dark Orchid #B526BB

Tints of Dark Orchid #B526BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 44.58%
G = 9.36%
B = 46.06%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B526BB (or 0xB526BB) is known color: Dark Orchid. HEX triplet: B5, 26 and BB. RGB value is (181,38,187). Sum of RGB (Red+Green+Blue) = 181+38+187=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B526BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BB is #4AD944. Grayscale: #616161. Windows color (decimal): -4905285 or 12265141. OLE color: 12265141.

HSL color Cylindrical-coordinate representation of color #B526BB: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B526BB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 38 187 -
CMYK 0.03 0.80 0 0.27
HSL 297.58º 0.66% 0.44% -
HSV(B) 297.58º 0.8% 0.73% -
XYZ 28.72 14.8 48.36 -
YUV 97.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 181 38 187 0.03 0.80 0 0.27 297.58 0.66 0.44
Hex B5 26 BB 3 50 0 1B 12A 42 2C
Octal 265 46 273 3 120 0 33 452 102 54
Binary 10110101 100110 10111011 11 1010000 0 11011 100101010 1000010 101100

Color Harmonies of #B526BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526BB

Black with #B526BB

Text Example


Text Example

White with #B526BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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