Html Css Color HEX #B158D0 Medium Orchid

📋 copy color: '#B158D0'

red 177 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #B158D0

Tints of Medium Orchid #B158D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 37.42%
G = 18.6%
B = 43.97%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B158D0 (or 0xB158D0) is known color: Medium Orchid. HEX triplet: B1, 58 and D0. RGB value is (177,88,208). Sum of RGB (Red+Green+Blue) = 177+88+208=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #B158D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158D0 is #4EA72F. Grayscale: #7F7F7F. Windows color (decimal): -5154608 or 13654193. OLE color: 13654193.

HSL color Cylindrical-coordinate representation of color #B158D0: hue angle of 284.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B158D0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 88 208 -
CMYK 0.15 0.58 0 0.18
HSL 284.5º 0.56% 0.58% -
HSV(B) 284.5º 0.58% 0.82% -
XYZ 33.01 20.88 61.97 -
YUV 128.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 177 88 208 0.15 0.58 0 0.18 284.5 0.56 0.58
Hex B1 58 D0 F 3A 0 12 11C 38 3A
Octal 261 130 320 17 72 0 22 434 70 72
Binary 10110001 1011000 11010000 1111 111010 0 10010 100011100 111000 111010

Color Harmonies of #B158D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158D0

Black with #B158D0

Text Example


Text Example

White with #B158D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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