Html Css Color HEX #B529DE Dark Orchid

📋 copy color: '#B529DE'

red 181 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #B529DE

Tints of Dark Orchid #B529DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 40.77%
G = 9.23%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B529DE (or 0xB529DE) is known color: Dark Orchid. HEX triplet: B5, 29 and DE. RGB value is (181,41,222). Sum of RGB (Red+Green+Blue) = 181+41+222=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #B529DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529DE is #4AD621. Grayscale: #666666. Windows color (decimal): -4904482 or 14559669. OLE color: 14559669.

HSL color Cylindrical-coordinate representation of color #B529DE: hue angle of 286.41º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B529DE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 41 222 -
CMYK 0.18 0.82 0 0.13
HSL 286.41º 0.73% 0.52% -
HSV(B) 286.41º 0.82% 0.87% -
XYZ 33.03 16.68 70.59 -
YUV 103.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 181 41 222 0.18 0.82 0 0.13 286.41 0.73 0.52
Hex B5 29 DE 12 52 0 D 11E 49 34
Octal 265 51 336 22 122 0 15 436 111 64
Binary 10110101 101001 11011110 10010 1010010 0 1101 100011110 1001001 110100

Color Harmonies of #B529DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529DE

Black with #B529DE

Text Example


Text Example

White with #B529DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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