Html Css Color HEX #B058FA Medium Orchid

📋 copy color: '#B058FA'

red 176 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #B058FA

Tints of Medium Orchid #B058FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 34.24%
G = 17.12%
B = 48.64%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B058FA (or 0xB058FA) is known color: Medium Orchid. HEX triplet: B0, 58 and FA. RGB value is (176,88,250). Sum of RGB (Red+Green+Blue) = 176+88+250=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #B058FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058FA is #4FA705. Grayscale: #848484. Windows color (decimal): -5220102 or 16406704. OLE color: 16406704.

HSL color Cylindrical-coordinate representation of color #B058FA: hue angle of 272.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B058FA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 88 250 -
CMYK 0.30 0.65 0 0.02
HSL 272.59º 0.94% 0.66% -
HSV(B) 272.59º 0.65% 0.98% -
XYZ 38.65 23.11 92.87 -
YUV 132.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 176 88 250 0.30 0.65 0 0.02 272.59 0.94 0.66
Hex B0 58 FA 1E 41 0 2 111 5E 42
Octal 260 130 372 36 101 0 2 421 136 102
Binary 10110000 1011000 11111010 11110 1000001 0 10 100010001 1011110 1000010

Color Harmonies of #B058FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058FA

Black with #B058FA

Text Example


Text Example

White with #B058FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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