Html Css Color HEX #B528CC Dark Orchid

📋 copy color: '#B528CC'

red 181 ◦ green 40 ◦ blue 204

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

Shades of Dark Orchid #B528CC

Tints of Dark Orchid #B528CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 42.59%
G = 9.41%
B = 48%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B528CC (or 0xB528CC) is known color: Dark Orchid. HEX triplet: B5, 28 and CC. RGB value is (181,40,204). Sum of RGB (Red+Green+Blue) = 181+40+204=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #B528CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528CC is #4AD733. Grayscale: #646464. Windows color (decimal): -4904756 or 13379765. OLE color: 13379765.

HSL color Cylindrical-coordinate representation of color #B528CC: hue angle of 291.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B528CC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 40 204 -
CMYK 0.11 0.80 0 0.2
HSL 291.59º 0.67% 0.48% -
HSV(B) 291.59º 0.8% 0.8% -
XYZ 30.71 15.7 58.54 -
YUV 100.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 181 40 204 0.11 0.80 0 0.2 291.59 0.67 0.48
Hex B5 28 CC B 50 0 14 124 43 30
Octal 265 50 314 13 120 0 24 444 103 60
Binary 10110101 101000 11001100 1011 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B528CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528CC

Black with #B528CC

Text Example


Text Example

White with #B528CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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