Html Css Color HEX #B543CF Medium Orchid

📋 copy color: '#B543CF'

red 181 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #B543CF

Tints of Medium Orchid #B543CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 39.78%
G = 14.73%
B = 45.49%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B543CF (or 0xB543CF) is known color: Medium Orchid. HEX triplet: B5, 43 and CF. RGB value is (181,67,207). Sum of RGB (Red+Green+Blue) = 181+67+207=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B543CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CF is #4ABC30. Grayscale: #747474. Windows color (decimal): -4897841 or 13583285. OLE color: 13583285.

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

Color convert

RGB 181 67 207 -
CMYK 0.13 0.68 0 0.19
HSL 288.86º 0.59% 0.54% -
HSV(B) 288.86º 0.68% 0.81% -
XYZ 32.33 18.34 60.87 -
YUV 117.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 181 67 207 0.13 0.68 0 0.19 288.86 0.59 0.54
Hex B5 43 CF D 44 0 13 121 3B 36
Octal 265 103 317 15 104 0 23 441 73 66
Binary 10110101 1000011 11001111 1101 1000100 0 10011 100100001 111011 110110

Color Harmonies of #B543CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B543CF

Black with #B543CF

Text Example


Text Example

White with #B543CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B543CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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