Html Css Color HEX #B529C1 Dark Orchid

📋 copy color: '#B529C1'

red 181 ◦ green 41 ◦ blue 193

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

Shades of Dark Orchid #B529C1

Tints of Dark Orchid #B529C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 43.61%
G = 9.88%
B = 46.51%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B529C1 (or 0xB529C1) is known color: Dark Orchid. HEX triplet: B5, 29 and C1. RGB value is (181,41,193). Sum of RGB (Red+Green+Blue) = 181+41+193=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #B529C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529C1 is #4AD63E. Grayscale: #636363. Windows color (decimal): -4904511 or 12659125. OLE color: 12659125.

HSL color Cylindrical-coordinate representation of color #B529C1: hue angle of 295.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B529C1 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 41 193 -
CMYK 0.06 0.79 0 0.24
HSL 295.26º 0.65% 0.46% -
HSV(B) 295.26º 0.79% 0.76% -
XYZ 29.47 15.26 51.84 -
YUV 100.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 181 41 193 0.06 0.79 0 0.24 295.26 0.65 0.46
Hex B5 29 C1 6 4F 0 18 127 41 2E
Octal 265 51 301 6 117 0 30 447 101 56
Binary 10110101 101001 11000001 110 1001111 0 11000 100100111 1000001 101110

Color Harmonies of #B529C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529C1

Black with #B529C1

Text Example


Text Example

White with #B529C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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