Html Css Color HEX #B151F0 Medium Orchid

📋 copy color: '#B151F0'

red 177 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #B151F0

Tints of Medium Orchid #B151F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 35.54%
G = 16.27%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B151F0 (or 0xB151F0) is known color: Medium Orchid. HEX triplet: B1, 51 and F0. RGB value is (177,81,240). Sum of RGB (Red+Green+Blue) = 177+81+240=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #B151F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151F0 is #4EAE0F. Grayscale: #7F7F7F. Windows color (decimal): -5156368 or 15749553. OLE color: 15749553.

HSL color Cylindrical-coordinate representation of color #B151F0: hue angle of 276.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B151F0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 81 240 -
CMYK 0.26 0.66 0 0.06
HSL 276.23º 0.84% 0.63% -
HSV(B) 276.23º 0.66% 0.94% -
XYZ 36.8 21.52 84.65 -
YUV 127.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 177 81 240 0.26 0.66 0 0.06 276.23 0.84 0.63
Hex B1 51 F0 1A 42 0 6 114 54 3F
Octal 261 121 360 32 102 0 6 424 124 77
Binary 10110001 1010001 11110000 11010 1000010 0 110 100010100 1010100 111111

Color Harmonies of #B151F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151F0

Black with #B151F0

Text Example


Text Example

White with #B151F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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