Html Css Color HEX #B529C5 Dark Orchid

📋 copy color: '#B529C5'

red 181 ◦ green 41 ◦ blue 197

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

Shades of Dark Orchid #B529C5

Tints of Dark Orchid #B529C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.02%

R = 43.2%
G = 9.79%
B = 47.02%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B529C5 (or 0xB529C5) is known color: Dark Orchid. HEX triplet: B5, 29 and C5. RGB value is (181,41,197). Sum of RGB (Red+Green+Blue) = 181+41+197=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #B529C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529C5 is #4AD63A. Grayscale: #646464. Windows color (decimal): -4904507 or 12921269. OLE color: 12921269.

HSL color Cylindrical-coordinate representation of color #B529C5: hue angle of 293.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B529C5 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 41 197 -
CMYK 0.08 0.79 0 0.23
HSL 293.85º 0.66% 0.47% -
HSV(B) 293.85º 0.79% 0.77% -
XYZ 29.93 15.44 54.23 -
YUV 100.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 181 41 197 0.08 0.79 0 0.23 293.85 0.66 0.47
Hex B5 29 C5 8 4F 0 17 126 42 2F
Octal 265 51 305 10 117 0 27 446 102 57
Binary 10110101 101001 11000101 1000 1001111 0 10111 100100110 1000010 101111

Color Harmonies of #B529C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529C5

Black with #B529C5

Text Example


Text Example

White with #B529C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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