Html Css Color HEX #B151C2 Medium Orchid

📋 copy color: '#B151C2'

red 177 ◦ green 81 ◦ blue 194

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

Shades of Medium Orchid #B151C2

Tints of Medium Orchid #B151C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 39.16%
G = 17.92%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B151C2 (or 0xB151C2) is known color: Medium Orchid. HEX triplet: B1, 51 and C2. RGB value is (177,81,194). Sum of RGB (Red+Green+Blue) = 177+81+194=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #B151C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151C2 is #4EAE3D. Grayscale: #7A7A7A. Windows color (decimal): -5156414 or 12734897. OLE color: 12734897.

HSL color Cylindrical-coordinate representation of color #B151C2: hue angle of 290.97º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B151C2 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 81 194 -
CMYK 0.09 0.58 0 0.24
HSL 290.97º 0.48% 0.54% -
HSV(B) 290.97º 0.58% 0.76% -
XYZ 30.81 19.13 53.11 -
YUV 122.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 177 81 194 0.09 0.58 0 0.24 290.97 0.48 0.54
Hex B1 51 C2 9 3A 0 18 123 30 36
Octal 261 121 302 11 72 0 30 443 60 66
Binary 10110001 1010001 11000010 1001 111010 0 11000 100100011 110000 110110

Color Harmonies of #B151C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151C2

Black with #B151C2

Text Example


Text Example

White with #B151C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151C2; }

 p { color: rgb(177,81,194); }

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

background-color css

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

 a { background-color: rgb(177,81,194); }

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

border-color css

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

 span { border-color: rgb(177,81,194); }

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