Html Css Color HEX #B54EE7 Medium Orchid

📋 copy color: '#B54EE7'

red 181 ◦ green 78 ◦ blue 231

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

Shades of Medium Orchid #B54EE7

Tints of Medium Orchid #B54EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 36.94%
G = 15.92%
B = 47.14%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B54EE7 (or 0xB54EE7) is known color: Medium Orchid. HEX triplet: B5, 4E and E7. RGB value is (181,78,231). Sum of RGB (Red+Green+Blue) = 181+78+231=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #B54EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EE7 is #4AB118. Grayscale: #7D7D7D. Windows color (decimal): -4895001 or 15158965. OLE color: 15158965.

HSL color Cylindrical-coordinate representation of color #B54EE7: hue angle of 280.39º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54EE7 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 78 231 -
CMYK 0.22 0.66 0 0.09
HSL 280.39º 0.76% 0.61% -
HSV(B) 280.39º 0.66% 0.91% -
XYZ 36.2 21.04 77.75 -
YUV 126.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 181 78 231 0.22 0.66 0 0.09 280.39 0.76 0.61
Hex B5 4E E7 16 42 0 9 118 4C 3D
Octal 265 116 347 26 102 0 11 430 114 75
Binary 10110101 1001110 11100111 10110 1000010 0 1001 100011000 1001100 111101

Color Harmonies of #B54EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EE7

Black with #B54EE7

Text Example


Text Example

White with #B54EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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