Html Css Color HEX #B054EA Medium Orchid

📋 copy color: '#B054EA'

red 176 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #B054EA

Tints of Medium Orchid #B054EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 35.63%
G = 17%
B = 47.37%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B054EA (or 0xB054EA) is known color: Medium Orchid. HEX triplet: B0, 54 and EA. RGB value is (176,84,234). Sum of RGB (Red+Green+Blue) = 176+84+234=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #B054EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054EA is #4FAB15. Grayscale: #808080. Windows color (decimal): -5221142 or 15357104. OLE color: 15357104.

HSL color Cylindrical-coordinate representation of color #B054EA: hue angle of 276.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B054EA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 84 234 -
CMYK 0.25 0.64 0 0.08
HSL 276.8º 0.78% 0.62% -
HSV(B) 276.8º 0.64% 0.92% -
XYZ 35.93 21.51 80.1 -
YUV 128.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 176 84 234 0.25 0.64 0 0.08 276.8 0.78 0.62
Hex B0 54 EA 19 40 0 8 115 4E 3E
Octal 260 124 352 31 100 0 10 425 116 76
Binary 10110000 1010100 11101010 11001 1000000 0 1000 100010101 1001110 111110

Color Harmonies of #B054EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054EA

Black with #B054EA

Text Example


Text Example

White with #B054EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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