Html Css Color HEX #B528CE Dark Orchid

📋 copy color: '#B528CE'

red 181 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #B528CE

Tints of Dark Orchid #B528CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 42.39%
G = 9.37%
B = 48.24%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B528CE (or 0xB528CE) is known color: Dark Orchid. HEX triplet: B5, 28 and CE. RGB value is (181,40,206). Sum of RGB (Red+Green+Blue) = 181+40+206=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #B528CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528CE is #4AD731. Grayscale: #646464. Windows color (decimal): -4904754 or 13510837. OLE color: 13510837.

HSL color Cylindrical-coordinate representation of color #B528CE: hue angle of 290.96º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B528CE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 40 206 -
CMYK 0.12 0.81 0 0.19
HSL 290.96º 0.67% 0.48% -
HSV(B) 290.96º 0.81% 0.81% -
XYZ 30.96 15.8 59.81 -
YUV 101.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 181 40 206 0.12 0.81 0 0.19 290.96 0.67 0.48
Hex B5 28 CE C 51 0 13 123 43 30
Octal 265 50 316 14 121 0 23 443 103 60
Binary 10110101 101000 11001110 1100 1010001 0 10011 100100011 1000011 110000

Color Harmonies of #B528CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528CE

Black with #B528CE

Text Example


Text Example

White with #B528CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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