Html Css Color HEX #B526DB Dark Orchid

📋 copy color: '#B526DB'

red 181 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #B526DB

Tints of Dark Orchid #B526DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 41.32%
G = 8.68%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B526DB (or 0xB526DB) is known color: Dark Orchid. HEX triplet: B5, 26 and DB. RGB value is (181,38,219). Sum of RGB (Red+Green+Blue) = 181+38+219=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B526DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526DB is #4AD924. Grayscale: #646464. Windows color (decimal): -4905253 or 14362293. OLE color: 14362293.

HSL color Cylindrical-coordinate representation of color #B526DB: hue angle of 287.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B526DB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 38 219 -
CMYK 0.17 0.83 0 0.14
HSL 287.4º 0.72% 0.5% -
HSV(B) 287.4º 0.83% 0.86% -
XYZ 32.54 16.32 68.45 -
YUV 101.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 181 38 219 0.17 0.83 0 0.14 287.4 0.72 0.5
Hex B5 26 DB 11 53 0 E 11F 48 32
Octal 265 46 333 21 123 0 16 437 110 62
Binary 10110101 100110 11011011 10001 1010011 0 1110 100011111 1001000 110010

Color Harmonies of #B526DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526DB

Black with #B526DB

Text Example


Text Example

White with #B526DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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