Html Css Color HEX #B527C1 Dark Orchid

📋 copy color: '#B527C1'

red 181 ◦ green 39 ◦ blue 193

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

Shades of Dark Orchid #B527C1

Tints of Dark Orchid #B527C1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

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

R = 43.83%
G = 9.44%
B = 46.73%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B527C1 (or 0xB527C1) is known color: Dark Orchid. HEX triplet: B5, 27 and C1. RGB value is (181,39,193). Sum of RGB (Red+Green+Blue) = 181+39+193=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #B527C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527C1 is #4AD83E. Grayscale: #626262. Windows color (decimal): -4905023 or 12658613. OLE color: 12658613.

HSL color Cylindrical-coordinate representation of color #B527C1: hue angle of 295.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B527C1 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 39 193 -
CMYK 0.06 0.80 0 0.24
HSL 295.32º 0.66% 0.45% -
HSV(B) 295.32º 0.8% 0.76% -
XYZ 29.41 15.13 51.82 -
YUV 99.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 181 39 193 0.06 0.80 0 0.24 295.32 0.66 0.45
Hex B5 27 C1 6 50 0 18 127 42 2D
Octal 265 47 301 6 120 0 30 447 102 55
Binary 10110101 100111 11000001 110 1010000 0 11000 100100111 1000010 101101

Color Harmonies of #B527C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527C1

Black with #B527C1

Text Example


Text Example

White with #B527C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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