Html Css Color HEX #B054FE Medium Orchid

📋 copy color: '#B054FE'

red 176 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B054FE

Tints of Medium Orchid #B054FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 34.24%
G = 16.34%
B = 49.42%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B054FE (or 0xB054FE) is known color: Medium Orchid. HEX triplet: B0, 54 and FE. RGB value is (176,84,254). Sum of RGB (Red+Green+Blue) = 176+84+254=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B054FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054FE is #4FAB01. Grayscale: #828282. Windows color (decimal): -5221122 or 16667824. OLE color: 16667824.

HSL color Cylindrical-coordinate representation of color #B054FE: hue angle of 272.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B054FE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 84 254 -
CMYK 0.31 0.67 0 0.00
HSL 272.47º 0.99% 0.66% -
HSV(B) 272.47º 0.67% 1% -
XYZ 38.96 22.73 96.1 -
YUV 130.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 176 84 254 0.31 0.67 0 0.00 272.47 0.99 0.66
Hex B0 54 FE 1F 43 0 0 110 63 42
Octal 260 124 376 37 103 0 0 420 143 102
Binary 10110000 1010100 11111110 11111 1000011 0 0 100010000 1100011 1000010

Color Harmonies of #B054FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054FE

Black with #B054FE

Text Example


Text Example

White with #B054FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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