Html Css Color HEX #B158DF Medium Orchid

📋 copy color: '#B158DF'

red 177 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #B158DF

Tints of Medium Orchid #B158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 36.27%
G = 18.03%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B158DF (or 0xB158DF) is known color: Medium Orchid. HEX triplet: B1, 58 and DF. RGB value is (177,88,223). Sum of RGB (Red+Green+Blue) = 177+88+223=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B158DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158DF is #4EA720. Grayscale: #818181. Windows color (decimal): -5154593 or 14637233. OLE color: 14637233.

HSL color Cylindrical-coordinate representation of color #B158DF: hue angle of 279.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B158DF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 88 223 -
CMYK 0.21 0.61 0 0.13
HSL 279.56º 0.68% 0.61% -
HSV(B) 279.56º 0.61% 0.87% -
XYZ 34.94 21.65 72.15 -
YUV 130 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 177 88 223 0.21 0.61 0 0.13 279.56 0.68 0.61
Hex B1 58 DF 15 3D 0 D 118 44 3D
Octal 261 130 337 25 75 0 15 430 104 75
Binary 10110001 1011000 11011111 10101 111101 0 1101 100011000 1000100 111101

Color Harmonies of #B158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158DF

Black with #B158DF

Text Example


Text Example

White with #B158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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