Html Css Color HEX #B543CE Medium Orchid

📋 copy color: '#B543CE'

red 181 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #B543CE

Tints of Medium Orchid #B543CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.76%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 39.87%
G = 14.76%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B543CE (or 0xB543CE) is known color: Medium Orchid. HEX triplet: B5, 43 and CE. RGB value is (181,67,206). Sum of RGB (Red+Green+Blue) = 181+67+206=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B543CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CE is #4ABC31. Grayscale: #747474. Windows color (decimal): -4897842 or 13517749. OLE color: 13517749.

HSL color Cylindrical-coordinate representation of color #B543CE: hue angle of 289.21º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B543CE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 67 206 -
CMYK 0.12 0.67 0 0.19
HSL 289.21º 0.59% 0.54% -
HSV(B) 289.21º 0.67% 0.81% -
XYZ 32.2 18.29 60.23 -
YUV 116.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 181 67 206 0.12 0.67 0 0.19 289.21 0.59 0.54
Hex B5 43 CE C 43 0 13 121 3B 36
Octal 265 103 316 14 103 0 23 441 73 66
Binary 10110101 1000011 11001110 1100 1000011 0 10011 100100001 111011 110110

Color Harmonies of #B543CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B543CE

Black with #B543CE

Text Example


Text Example

White with #B543CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B543CE; }

 p { color: rgb(181,67,206); }

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

background-color css

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

 a { background-color: rgb(181,67,206); }

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

border-color css

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

 span { border-color: rgb(181,67,206); }

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