Html Css Color HEX #B159F2 Medium Orchid

📋 copy color: '#B159F2'

red 177 ◦ green 89 ◦ blue 242

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

Shades of Medium Orchid #B159F2

Tints of Medium Orchid #B159F2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.52%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 34.84%
G = 17.52%
B = 47.64%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B159F2 (or 0xB159F2) is known color: Medium Orchid. HEX triplet: B1, 59 and F2. RGB value is (177,89,242). Sum of RGB (Red+Green+Blue) = 177+89+242=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #B159F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159F2 is #4EA60D. Grayscale: #848484. Windows color (decimal): -5154318 or 15882673. OLE color: 15882673.

HSL color Cylindrical-coordinate representation of color #B159F2: hue angle of 274.51º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B159F2 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 89 242 -
CMYK 0.27 0.63 0 0.05
HSL 274.51º 0.85% 0.65% -
HSV(B) 274.51º 0.63% 0.95% -
XYZ 37.73 22.9 86.44 -
YUV 132.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 177 89 242 0.27 0.63 0 0.05 274.51 0.85 0.65
Hex B1 59 F2 1B 3F 0 5 113 55 41
Octal 261 131 362 33 77 0 5 423 125 101
Binary 10110001 1011001 11110010 11011 111111 0 101 100010011 1010101 1000001

Color Harmonies of #B159F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159F2

Black with #B159F2

Text Example


Text Example

White with #B159F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159F2; }

 p { color: rgb(177,89,242); }

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

background-color css

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

 a { background-color: rgb(177,89,242); }

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

border-color css

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

 span { border-color: rgb(177,89,242); }

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