Html Css Color HEX #B528DE Dark Orchid

📋 copy color: '#B528DE'

red 181 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #B528DE

Tints of Dark Orchid #B528DE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.03%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 40.86%
G = 9.03%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B528DE (or 0xB528DE) is known color: Dark Orchid. HEX triplet: B5, 28 and DE. RGB value is (181,40,222). Sum of RGB (Red+Green+Blue) = 181+40+222=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B528DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DE is #4AD721. Grayscale: #666666. Windows color (decimal): -4904738 or 14559413. OLE color: 14559413.

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

Color convert

RGB 181 40 222 -
CMYK 0.18 0.82 0 0.13
HSL 286.48º 0.73% 0.51% -
HSV(B) 286.48º 0.82% 0.87% -
XYZ 33 16.62 70.58 -
YUV 102.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 181 40 222 0.18 0.82 0 0.13 286.48 0.73 0.51
Hex B5 28 DE 12 52 0 D 11E 49 33
Octal 265 50 336 22 122 0 15 436 111 63
Binary 10110101 101000 11011110 10010 1010010 0 1101 100011110 1001001 110011

Color Harmonies of #B528DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528DE

Black with #B528DE

Text Example


Text Example

White with #B528DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528DE; }

 p { color: rgb(181,40,222); }

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

background-color css

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

 a { background-color: rgb(181,40,222); }

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

border-color css

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

 span { border-color: rgb(181,40,222); }

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