Html Css Color HEX #B526BC Dark Orchid

📋 copy color: '#B526BC'

red 181 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #B526BC

Tints of Dark Orchid #B526BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 44.47%
G = 9.34%
B = 46.19%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B526BC (or 0xB526BC) is known color: Dark Orchid. HEX triplet: B5, 26 and BC. RGB value is (181,38,188). Sum of RGB (Red+Green+Blue) = 181+38+188=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #B526BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BC is #4AD943. Grayscale: #616161. Windows color (decimal): -4905284 or 12330677. OLE color: 12330677.

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

Color convert

RGB 181 38 188 -
CMYK 0.04 0.80 0 0.26
HSL 297.2º 0.66% 0.44% -
HSV(B) 297.2º 0.8% 0.74% -
XYZ 28.83 14.84 48.92 -
YUV 97.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 181 38 188 0.04 0.80 0 0.26 297.2 0.66 0.44
Hex B5 26 BC 4 50 0 1A 129 42 2C
Octal 265 46 274 4 120 0 32 451 102 54
Binary 10110101 100110 10111100 100 1010000 0 11010 100101001 1000010 101100

Color Harmonies of #B526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526BC

Black with #B526BC

Text Example


Text Example

White with #B526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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