Html Css Color HEX #B526CC Dark Orchid

📋 copy color: '#B526CC'

red 181 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #B526CC

Tints of Dark Orchid #B526CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 42.79%
G = 8.98%
B = 48.23%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B526CC (or 0xB526CC) is known color: Dark Orchid. HEX triplet: B5, 26 and CC. RGB value is (181,38,204). Sum of RGB (Red+Green+Blue) = 181+38+204=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B526CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526CC is #4AD933. Grayscale: #636363. Windows color (decimal): -4905268 or 13379253. OLE color: 13379253.

HSL color Cylindrical-coordinate representation of color #B526CC: hue angle of 291.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B526CC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 38 204 -
CMYK 0.11 0.81 0 0.2
HSL 291.69º 0.69% 0.47% -
HSV(B) 291.69º 0.81% 0.8% -
XYZ 30.65 15.57 58.52 -
YUV 99.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 181 38 204 0.11 0.81 0 0.2 291.69 0.69 0.47
Hex B5 26 CC B 51 0 14 124 45 2F
Octal 265 46 314 13 121 0 24 444 105 57
Binary 10110101 100110 11001100 1011 1010001 0 10100 100100100 1000101 101111

Color Harmonies of #B526CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526CC

Black with #B526CC

Text Example


Text Example

White with #B526CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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