Html Css Color HEX #B541CA Medium Orchid

📋 copy color: '#B541CA'

red 181 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #B541CA

Tints of Medium Orchid #B541CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.51%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 40.4%
G = 14.51%
B = 45.09%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B541CA (or 0xB541CA) is known color: Medium Orchid. HEX triplet: B5, 41 and CA. RGB value is (181,65,202). Sum of RGB (Red+Green+Blue) = 181+65+202=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #B541CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541CA is #4ABE35. Grayscale: #727272. Windows color (decimal): -4898358 or 13255093. OLE color: 13255093.

HSL color Cylindrical-coordinate representation of color #B541CA: hue angle of 290.8º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B541CA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 65 202 -
CMYK 0.10 0.68 0 0.21
HSL 290.8º 0.56% 0.52% -
HSV(B) 290.8º 0.68% 0.79% -
XYZ 31.61 17.87 57.66 -
YUV 115.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 181 65 202 0.10 0.68 0 0.21 290.8 0.56 0.52
Hex B5 41 CA A 44 0 15 123 38 34
Octal 265 101 312 12 104 0 25 443 70 64
Binary 10110101 1000001 11001010 1010 1000100 0 10101 100100011 111000 110100

Color Harmonies of #B541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541CA

Black with #B541CA

Text Example


Text Example

White with #B541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541CA; }

 p { color: rgb(181,65,202); }

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

background-color css

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

 a { background-color: rgb(181,65,202); }

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

border-color css

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

 span { border-color: rgb(181,65,202); }

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