Html Css Color HEX #B529ED Dark Orchid

📋 copy color: '#B529ED'

red 181 ◦ green 41 ◦ blue 237

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

Shades of Dark Orchid #B529ED

Tints of Dark Orchid #B529ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 39.43%
G = 8.93%
B = 51.63%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B529ED (or 0xB529ED) is known color: Dark Orchid. HEX triplet: B5, 29 and ED. RGB value is (181,41,237). Sum of RGB (Red+Green+Blue) = 181+41+237=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B529ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529ED is #4AD612. Grayscale: #686868. Windows color (decimal): -4904467 or 15542709. OLE color: 15542709.

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

Color convert

RGB 181 41 237 -
CMYK 0.24 0.83 0 0.07
HSL 282.86º 0.84% 0.55% -
HSV(B) 282.86º 0.83% 0.93% -
XYZ 35.14 17.52 81.65 -
YUV 105.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 181 41 237 0.24 0.83 0 0.07 282.86 0.84 0.55
Hex B5 29 ED 18 53 0 7 11B 54 37
Octal 265 51 355 30 123 0 7 433 124 67
Binary 10110101 101001 11101101 11000 1010011 0 111 100011011 1010100 110111

Color Harmonies of #B529ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529ED

Black with #B529ED

Text Example


Text Example

White with #B529ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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