Html Css Color HEX #B157F2 Medium Orchid

📋 copy color: '#B157F2'

red 177 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #B157F2

Tints of Medium Orchid #B157F2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.19%

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

R = 34.98%
G = 17.19%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B157F2 (or 0xB157F2) is known color: Medium Orchid. HEX triplet: B1, 57 and F2. RGB value is (177,87,242). Sum of RGB (Red+Green+Blue) = 177+87+242=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #B157F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B157F2 is #4EA80D. Grayscale: #838383. Windows color (decimal): -5154830 or 15882161. OLE color: 15882161.

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

Color convert

RGB 177 87 242 -
CMYK 0.27 0.64 0 0.05
HSL 274.84º 0.86% 0.65% -
HSV(B) 274.84º 0.64% 0.95% -
XYZ 37.57 22.57 86.38 -
YUV 131.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 177 87 242 0.27 0.64 0 0.05 274.84 0.86 0.65
Hex B1 57 F2 1B 40 0 5 113 56 41
Octal 261 127 362 33 100 0 5 423 126 101
Binary 10110001 1010111 11110010 11011 1000000 0 101 100010011 1010110 1000001

Color Harmonies of #B157F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B157F2

Black with #B157F2

Text Example


Text Example

White with #B157F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B157F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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