Html Css Color HEX #B545C9 Medium Orchid

📋 copy color: '#B545C9'

red 181 ◦ green 69 ◦ blue 201

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

Shades of Medium Orchid #B545C9

Tints of Medium Orchid #B545C9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.3%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 40.13%
G = 15.3%
B = 44.57%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B545C9 (or 0xB545C9) is known color: Medium Orchid. HEX triplet: B5, 45 and C9. RGB value is (181,69,201). Sum of RGB (Red+Green+Blue) = 181+69+201=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #B545C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545C9 is #4ABA36. Grayscale: #757575. Windows color (decimal): -4897335 or 13190581. OLE color: 13190581.

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

Color convert

RGB 181 69 201 -
CMYK 0.10 0.66 0 0.21
HSL 290.91º 0.55% 0.53% -
HSV(B) 290.91º 0.66% 0.79% -
XYZ 31.73 18.3 57.12 -
YUV 117.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 181 69 201 0.10 0.66 0 0.21 290.91 0.55 0.53
Hex B5 45 C9 A 42 0 15 123 37 35
Octal 265 105 311 12 102 0 25 443 67 65
Binary 10110101 1000101 11001001 1010 1000010 0 10101 100100011 110111 110101

Color Harmonies of #B545C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545C9

Black with #B545C9

Text Example


Text Example

White with #B545C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545C9; }

 p { color: rgb(181,69,201); }

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

background-color css

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

 a { background-color: rgb(181,69,201); }

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

border-color css

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

 span { border-color: rgb(181,69,201); }

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