Html Css Color HEX #B532C1 Dark Orchid

📋 copy color: '#B532C1'

red 181 ◦ green 50 ◦ blue 193

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

Shades of Dark Orchid #B532C1

Tints of Dark Orchid #B532C1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.79%

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

R = 42.69%
G = 11.79%
B = 45.52%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B532C1 (or 0xB532C1) is known color: Dark Orchid. HEX triplet: B5, 32 and C1. RGB value is (181,50,193). Sum of RGB (Red+Green+Blue) = 181+50+193=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #B532C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532C1 is #4ACD3E. Grayscale: #696969. Windows color (decimal): -4902207 or 12661429. OLE color: 12661429.

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

Color convert

RGB 181 50 193 -
CMYK 0.06 0.74 0 0.24
HSL 294.97º 0.59% 0.48% -
HSV(B) 294.97º 0.74% 0.76% -
XYZ 29.82 15.96 51.96 -
YUV 105.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 181 50 193 0.06 0.74 0 0.24 294.97 0.59 0.48
Hex B5 32 C1 6 4A 0 18 127 3B 30
Octal 265 62 301 6 112 0 30 447 73 60
Binary 10110101 110010 11000001 110 1001010 0 11000 100100111 111011 110000

Color Harmonies of #B532C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532C1

Black with #B532C1

Text Example


Text Example

White with #B532C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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