Html Css Color HEX #B526BD Dark Orchid

📋 copy color: '#B526BD'

red 181 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #B526BD

Tints of Dark Orchid #B526BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 44.36%
G = 9.31%
B = 46.32%

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

#B526BD (or 0xB526BD) is known color: Dark Orchid. HEX triplet: B5, 26 and BD. RGB value is (181,38,189). Sum of RGB (Red+Green+Blue) = 181+38+189=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #B526BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BD is #4AD942. Grayscale: #616161. Windows color (decimal): -4905283 or 12396213. OLE color: 12396213.

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

Color convert

RGB 181 38 189 -
CMYK 0.04 0.80 0 0.26
HSL 296.82º 0.67% 0.45% -
HSV(B) 296.82º 0.8% 0.74% -
XYZ 28.93 14.88 49.49 -
YUV 97.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 181 38 189 0.04 0.80 0 0.26 296.82 0.67 0.45
Hex B5 26 BD 4 50 0 1A 129 43 2D
Octal 265 46 275 4 120 0 32 451 103 55
Binary 10110101 100110 10111101 100 1010000 0 11010 100101001 1000011 101101

Color Harmonies of #B526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526BD

Black with #B526BD

Text Example


Text Example

White with #B526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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