Html Css Color HEX #B526DD Dark Orchid

📋 copy color: '#B526DD'

red 181 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #B526DD

Tints of Dark Orchid #B526DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 41.14%
G = 8.64%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B526DD (or 0xB526DD) is known color: Dark Orchid. HEX triplet: B5, 26 and DD. RGB value is (181,38,221). Sum of RGB (Red+Green+Blue) = 181+38+221=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B526DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526DD is #4AD922. Grayscale: #656565. Windows color (decimal): -4905251 or 14493365. OLE color: 14493365.

HSL color Cylindrical-coordinate representation of color #B526DD: hue angle of 286.89º degrees, saturation: 0.73, 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 #B526DD is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 38 221 -
CMYK 0.18 0.83 0 0.13
HSL 286.89º 0.73% 0.51% -
HSV(B) 286.89º 0.83% 0.87% -
XYZ 32.8 16.43 69.85 -
YUV 101.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 181 38 221 0.18 0.83 0 0.13 286.89 0.73 0.51
Hex B5 26 DD 12 53 0 D 11F 49 33
Octal 265 46 335 22 123 0 15 437 111 63
Binary 10110101 100110 11011101 10010 1010011 0 1101 100011111 1001001 110011

Color Harmonies of #B526DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526DD

Black with #B526DD

Text Example


Text Example

White with #B526DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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