Html Css Color HEX #B54EF0 Medium Orchid

📋 copy color: '#B54EF0'

red 181 ◦ green 78 ◦ blue 240

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

Shades of Medium Orchid #B54EF0

Tints of Medium Orchid #B54EF0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.63%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 36.27%
G = 15.63%
B = 48.1%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B54EF0 (or 0xB54EF0) is known color: Medium Orchid. HEX triplet: B5, 4E and F0. RGB value is (181,78,240). Sum of RGB (Red+Green+Blue) = 181+78+240=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #B54EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EF0 is #4AB10F. Grayscale: #7E7E7E. Windows color (decimal): -4894992 or 15748789. OLE color: 15748789.

HSL color Cylindrical-coordinate representation of color #B54EF0: hue angle of 278.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54EF0 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 78 240 -
CMYK 0.25 0.68 0 0.06
HSL 278.15º 0.84% 0.62% -
HSV(B) 278.15º 0.68% 0.94% -
XYZ 37.51 21.56 84.62 -
YUV 127.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 181 78 240 0.25 0.68 0 0.06 278.15 0.84 0.62
Hex B5 4E F0 19 44 0 6 116 54 3E
Octal 265 116 360 31 104 0 6 426 124 76
Binary 10110101 1001110 11110000 11001 1000100 0 110 100010110 1010100 111110

Color Harmonies of #B54EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EF0

Black with #B54EF0

Text Example


Text Example

White with #B54EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EF0; }

 p { color: rgb(181,78,240); }

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

background-color css

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

 a { background-color: rgb(181,78,240); }

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

border-color css

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

 span { border-color: rgb(181,78,240); }

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