Html Css Color HEX #B528EC Dark Orchid

📋 copy color: '#B528EC'

red 181 ◦ green 40 ◦ blue 236

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

Shades of Dark Orchid #B528EC

Tints of Dark Orchid #B528EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 39.61%
G = 8.75%
B = 51.64%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B528EC (or 0xB528EC) is known color: Dark Orchid. HEX triplet: B5, 28 and EC. RGB value is (181,40,236). Sum of RGB (Red+Green+Blue) = 181+40+236=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #B528EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B528EC is #4AD713. Grayscale: #676767. Windows color (decimal): -4904724 or 15476917. OLE color: 15476917.

HSL color Cylindrical-coordinate representation of color #B528EC: hue angle of 283.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B528EC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 40 236 -
CMYK 0.23 0.83 0 0.07
HSL 283.16º 0.84% 0.54% -
HSV(B) 283.16º 0.83% 0.93% -
XYZ 34.96 17.4 80.87 -
YUV 104.5 202.21 182.56 -
System Red Green Blue C M Y K H S L
Decimal 181 40 236 0.23 0.83 0 0.07 283.16 0.84 0.54
Hex B5 28 EC 17 53 0 7 11B 54 36
Octal 265 50 354 27 123 0 7 433 124 66
Binary 10110101 101000 11101100 10111 1010011 0 111 100011011 1010100 110110

Color Harmonies of #B528EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B528EC

Black with #B528EC

Text Example


Text Example

White with #B528EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B528EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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