Html Css Color HEX #B526DF Dark Orchid

📋 copy color: '#B526DF'

red 181 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #B526DF

Tints of Dark Orchid #B526DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 40.95%
G = 8.6%
B = 50.45%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B526DF (or 0xB526DF) is known color: Dark Orchid. HEX triplet: B5, 26 and DF. RGB value is (181,38,223). Sum of RGB (Red+Green+Blue) = 181+38+223=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #B526DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526DF is #4AD920. Grayscale: #656565. Windows color (decimal): -4905249 or 14624437. OLE color: 14624437.

HSL color Cylindrical-coordinate representation of color #B526DF: hue angle of 286.38º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B526DF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 38 223 -
CMYK 0.19 0.83 0 0.13
HSL 286.38º 0.74% 0.51% -
HSV(B) 286.38º 0.83% 0.87% -
XYZ 33.07 16.54 71.26 -
YUV 101.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 181 38 223 0.19 0.83 0 0.13 286.38 0.74 0.51
Hex B5 26 DF 13 53 0 D 11E 4A 33
Octal 265 46 337 23 123 0 15 436 112 63
Binary 10110101 100110 11011111 10011 1010011 0 1101 100011110 1001010 110011

Color Harmonies of #B526DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526DF

Black with #B526DF

Text Example


Text Example

White with #B526DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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