Html Css Color HEX #B528DC Dark Orchid

📋 copy color: '#B528DC'

red 181 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #B528DC

Tints of Dark Orchid #B528DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 41.04%
G = 9.07%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B528DC (or 0xB528DC) is known color: Dark Orchid. HEX triplet: B5, 28 and DC. RGB value is (181,40,220). Sum of RGB (Red+Green+Blue) = 181+40+220=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B528DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528DC is #4AD723. Grayscale: #666666. Windows color (decimal): -4904740 or 14428341. OLE color: 14428341.

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

Color convert

RGB 181 40 220 -
CMYK 0.18 0.82 0 0.14
HSL 287º 0.72% 0.51% -
HSV(B) 287º 0.82% 0.86% -
XYZ 32.73 16.51 69.17 -
YUV 102.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 181 40 220 0.18 0.82 0 0.14 287 0.72 0.51
Hex B5 28 DC 12 52 0 E 11F 48 33
Octal 265 50 334 22 122 0 16 437 110 63
Binary 10110101 101000 11011100 10010 1010010 0 1110 100011111 1001000 110011

Color Harmonies of #B528DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528DC

Black with #B528DC

Text Example


Text Example

White with #B528DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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