Html Css Color HEX #B528CB Dark Orchid

📋 copy color: '#B528CB'

red 181 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #B528CB

Tints of Dark Orchid #B528CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 42.69%
G = 9.43%
B = 47.88%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B528CB (or 0xB528CB) is known color: Dark Orchid. HEX triplet: B5, 28 and CB. RGB value is (181,40,203). Sum of RGB (Red+Green+Blue) = 181+40+203=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B528CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528CB is #4AD734. Grayscale: #646464. Windows color (decimal): -4904757 or 13314229. OLE color: 13314229.

HSL color Cylindrical-coordinate representation of color #B528CB: hue angle of 291.9º 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 #B528CB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 40 203 -
CMYK 0.11 0.80 0 0.20
HSL 291.9º 0.67% 0.48% -
HSV(B) 291.9º 0.8% 0.8% -
XYZ 30.59 15.65 57.91 -
YUV 100.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 181 40 203 0.11 0.80 0 0.20 291.9 0.67 0.48
Hex B5 28 CB B 50 0 14 124 43 30
Octal 265 50 313 13 120 0 24 444 103 60
Binary 10110101 101000 11001011 1011 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B528CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528CB

Black with #B528CB

Text Example


Text Example

White with #B528CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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