Html Css Color HEX #B543F1 Medium Orchid

📋 copy color: '#B543F1'

red 181 ◦ green 67 ◦ blue 241

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

Shades of Medium Orchid #B543F1

Tints of Medium Orchid #B543F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 37.01%
G = 13.7%
B = 49.28%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B543F1 (or 0xB543F1) is known color: Medium Orchid. HEX triplet: B5, 43 and F1. RGB value is (181,67,241). Sum of RGB (Red+Green+Blue) = 181+67+241=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #B543F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543F1 is #4ABC0E. Grayscale: #787878. Windows color (decimal): -4897807 or 15811509. OLE color: 15811509.

HSL color Cylindrical-coordinate representation of color #B543F1: hue angle of 279.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B543F1 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 67 241 -
CMYK 0.25 0.72 0 0.05
HSL 279.31º 0.86% 0.6% -
HSV(B) 279.31º 0.72% 0.95% -
XYZ 36.94 20.19 85.17 -
YUV 120.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 181 67 241 0.25 0.72 0 0.05 279.31 0.86 0.6
Hex B5 43 F1 19 48 0 5 117 56 3C
Octal 265 103 361 31 110 0 5 427 126 74
Binary 10110101 1000011 11110001 11001 1001000 0 101 100010111 1010110 111100

Color Harmonies of #B543F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B543F1

Black with #B543F1

Text Example


Text Example

White with #B543F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B543F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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