Html Css Color HEX #B158FA Medium Orchid

📋 copy color: '#B158FA'

red 177 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #B158FA

Tints of Medium Orchid #B158FA

RGB

 RED value IS 177 (69.53% from 255) = 34.37%

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

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

R = 34.37%
G = 17.09%
B = 48.54%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B158FA (or 0xB158FA) is known color: Medium Orchid. HEX triplet: B1, 58 and FA. RGB value is (177,88,250). Sum of RGB (Red+Green+Blue) = 177+88+250=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B158FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158FA is #4EA705. Grayscale: #848484. Windows color (decimal): -5154566 or 16406705. OLE color: 16406705.

HSL color Cylindrical-coordinate representation of color #B158FA: hue angle of 272.96º 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 #B158FA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 88 250 -
CMYK 0.29 0.65 0 0.02
HSL 272.96º 0.94% 0.66% -
HSV(B) 272.96º 0.65% 0.98% -
XYZ 38.88 23.23 92.88 -
YUV 133.08 193.99 159.33 -
System Red Green Blue C M Y K H S L
Decimal 177 88 250 0.29 0.65 0 0.02 272.96 0.94 0.66
Hex B1 58 FA 1D 41 0 2 111 5E 42
Octal 261 130 372 35 101 0 2 421 136 102
Binary 10110001 1011000 11111010 11101 1000001 0 10 100010001 1011110 1000010

Color Harmonies of #B158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158FA

Black with #B158FA

Text Example


Text Example

White with #B158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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