Html Css Color HEX #B054FF Medium Orchid

📋 copy color: '#B054FF'

red 176 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #B054FF

Tints of Medium Orchid #B054FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 34.17%
G = 16.31%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B054FF (or 0xB054FF) is known color: Medium Orchid. HEX triplet: B0, 54 and FF. RGB value is (176,84,255). Sum of RGB (Red+Green+Blue) = 176+84+255=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B054FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054FF is #4FAB00. Grayscale: #828282. Windows color (decimal): -5221121 or 16733360. OLE color: 16733360.

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

Color convert

RGB 176 84 255 -
CMYK 0.31 0.67 0 0
HSL 272.28º 1% 0.66% -
HSV(B) 272.28º 0.67% 1% -
XYZ 39.12 22.79 96.94 -
YUV 131 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 176 84 255 0.31 0.67 0 0 272.28 1 0.66
Hex B0 54 FF 1F 43 0 0 110 64 42
Octal 260 124 377 37 103 0 0 420 144 102
Binary 10110000 1010100 11111111 11111 1000011 0 0 100010000 1100100 1000010

Color Harmonies of #B054FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054FF

Black with #B054FF

Text Example


Text Example

White with #B054FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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