Html Css Color HEX #B058FE Medium Orchid

📋 copy color: '#B058FE'

red 176 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #B058FE

Tints of Medium Orchid #B058FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.99%

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

R = 33.98%
G = 16.99%
B = 49.03%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B058FE (or 0xB058FE) is known color: Medium Orchid. HEX triplet: B0, 58 and FE. RGB value is (176,88,254). Sum of RGB (Red+Green+Blue) = 176+88+254=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B058FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058FE is #4FA701. Grayscale: #848484. Windows color (decimal): -5220098 or 16668848. OLE color: 16668848.

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

Color convert

RGB 176 88 254 -
CMYK 0.31 0.65 0 0.00
HSL 271.81º 0.99% 0.67% -
HSV(B) 271.81º 0.65% 1% -
XYZ 39.28 23.37 96.21 -
YUV 133.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 176 88 254 0.31 0.65 0 0.00 271.81 0.99 0.67
Hex B0 58 FE 1F 41 0 0 110 63 43
Octal 260 130 376 37 101 0 0 420 143 103
Binary 10110000 1011000 11111110 11111 1000001 0 0 100010000 1100011 1000011

Color Harmonies of #B058FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058FE

Black with #B058FE

Text Example


Text Example

White with #B058FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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