Html Css Color HEX #B529EC Dark Orchid

📋 copy color: '#B529EC'

red 181 ◦ green 41 ◦ blue 236

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

Shades of Dark Orchid #B529EC

Tints of Dark Orchid #B529EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

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

R = 39.52%
G = 8.95%
B = 51.53%

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

#B529EC (or 0xB529EC) is known color: Dark Orchid. HEX triplet: B5, 29 and EC. RGB value is (181,41,236). Sum of RGB (Red+Green+Blue) = 181+41+236=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B529EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529EC is #4AD613. Grayscale: #686868. Windows color (decimal): -4904468 or 15477173. OLE color: 15477173.

HSL color Cylindrical-coordinate representation of color #B529EC: hue angle of 283.08º 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 #B529EC is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 41 236 -
CMYK 0.23 0.83 0 0.07
HSL 283.08º 0.84% 0.54% -
HSV(B) 283.08º 0.83% 0.93% -
XYZ 34.99 17.47 80.88 -
YUV 105.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 181 41 236 0.23 0.83 0 0.07 283.08 0.84 0.54
Hex B5 29 EC 17 53 0 7 11B 54 36
Octal 265 51 354 27 123 0 7 433 124 66
Binary 10110101 101001 11101100 10111 1010011 0 111 100011011 1010100 110110

Color Harmonies of #B529EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529EC

Black with #B529EC

Text Example


Text Example

White with #B529EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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