Html Css Color HEX #B054E7 Medium Orchid

📋 copy color: '#B054E7'

red 176 ◦ green 84 ◦ blue 231

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

Shades of Medium Orchid #B054E7

Tints of Medium Orchid #B054E7

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

 GREEN value IS 84 (33.2% from 255) = 17.11%

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

R = 35.85%
G = 17.11%
B = 47.05%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B054E7 (or 0xB054E7) is known color: Medium Orchid. HEX triplet: B0, 54 and E7. RGB value is (176,84,231). Sum of RGB (Red+Green+Blue) = 176+84+231=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #B054E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054E7 is #4FAB18. Grayscale: #7F7F7F. Windows color (decimal): -5221145 or 15160496. OLE color: 15160496.

HSL color Cylindrical-coordinate representation of color #B054E7: hue angle of 277.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B054E7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 84 231 -
CMYK 0.24 0.64 0 0.09
HSL 277.55º 0.75% 0.62% -
HSV(B) 277.55º 0.64% 0.91% -
XYZ 35.5 21.34 77.85 -
YUV 128.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 176 84 231 0.24 0.64 0 0.09 277.55 0.75 0.62
Hex B0 54 E7 18 40 0 9 116 4B 3E
Octal 260 124 347 30 100 0 11 426 113 76
Binary 10110000 1010100 11100111 11000 1000000 0 1001 100010110 1001011 111110

Color Harmonies of #B054E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054E7

Black with #B054E7

Text Example


Text Example

White with #B054E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054E7; }

 p { color: rgb(176,84,231); }

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

background-color css

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

 a { background-color: rgb(176,84,231); }

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

border-color css

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

 span { border-color: rgb(176,84,231); }

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