Html Css Color HEX #B531C1 Dark Orchid

📋 copy color: '#B531C1'

red 181 ◦ green 49 ◦ blue 193

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

Shades of Dark Orchid #B531C1

Tints of Dark Orchid #B531C1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

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

R = 42.79%
G = 11.58%
B = 45.63%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B531C1 (or 0xB531C1) is known color: Dark Orchid. HEX triplet: B5, 31 and C1. RGB value is (181,49,193). Sum of RGB (Red+Green+Blue) = 181+49+193=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #B531C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531C1 is #4ACE3E. Grayscale: #686868. Windows color (decimal): -4902463 or 12661173. OLE color: 12661173.

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

Color convert

RGB 181 49 193 -
CMYK 0.06 0.75 0 0.24
HSL 295º 0.6% 0.47% -
HSV(B) 295º 0.75% 0.76% -
XYZ 29.78 15.87 51.95 -
YUV 104.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 181 49 193 0.06 0.75 0 0.24 295 0.6 0.47
Hex B5 31 C1 6 4B 0 18 127 3C 2F
Octal 265 61 301 6 113 0 30 447 74 57
Binary 10110101 110001 11000001 110 1001011 0 11000 100100111 111100 101111

Color Harmonies of #B531C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531C1

Black with #B531C1

Text Example


Text Example

White with #B531C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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