Html Css Color HEX #B526CB Dark Orchid

📋 copy color: '#B526CB'

red 181 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B526CB

Tints of Dark Orchid #B526CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 42.89%
G = 9%
B = 48.1%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B526CB (or 0xB526CB) is known color: Dark Orchid. HEX triplet: B5, 26 and CB. RGB value is (181,38,203). Sum of RGB (Red+Green+Blue) = 181+38+203=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B526CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526CB is #4AD934. Grayscale: #636363. Windows color (decimal): -4905269 or 13313717. OLE color: 13313717.

HSL color Cylindrical-coordinate representation of color #B526CB: hue angle of 292º degrees, saturation: 0.68, 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 #B526CB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 38 203 -
CMYK 0.11 0.81 0 0.20
HSL 292º 0.68% 0.47% -
HSV(B) 292º 0.81% 0.8% -
XYZ 30.53 15.52 57.89 -
YUV 99.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 181 38 203 0.11 0.81 0 0.20 292 0.68 0.47
Hex B5 26 CB B 51 0 14 124 44 2F
Octal 265 46 313 13 121 0 24 444 104 57
Binary 10110101 100110 11001011 1011 1010001 0 10100 100100100 1000100 101111

Color Harmonies of #B526CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526CB

Black with #B526CB

Text Example


Text Example

White with #B526CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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