Html Css Color HEX #B545F9 Medium Orchid

📋 copy color: '#B545F9'

red 181 ◦ green 69 ◦ blue 249

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

Shades of Medium Orchid #B545F9

Tints of Medium Orchid #B545F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 36.27%
G = 13.83%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B545F9 (or 0xB545F9) is known color: Medium Orchid. HEX triplet: B5, 45 and F9. RGB value is (181,69,249). Sum of RGB (Red+Green+Blue) = 181+69+249=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #B545F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545F9 is #4ABA06. Grayscale: #7A7A7A. Windows color (decimal): -4897287 or 16336309. OLE color: 16336309.

HSL color Cylindrical-coordinate representation of color #B545F9: hue angle of 277.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B545F9 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 69 249 -
CMYK 0.27 0.72 0 0.02
HSL 277.33º 0.94% 0.62% -
HSV(B) 277.33º 0.72% 0.98% -
XYZ 38.28 20.92 91.64 -
YUV 123.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 181 69 249 0.27 0.72 0 0.02 277.33 0.94 0.62
Hex B5 45 F9 1B 48 0 2 115 5E 3E
Octal 265 105 371 33 110 0 2 425 136 76
Binary 10110101 1000101 11111001 11011 1001000 0 10 100010101 1011110 111110

Color Harmonies of #B545F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545F9

Black with #B545F9

Text Example


Text Example

White with #B545F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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