Html Css Color HEX #B151FE Medium Orchid

📋 copy color: '#B151FE'

red 177 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #B151FE

Tints of Medium Orchid #B151FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 34.57%
G = 15.82%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B151FE (or 0xB151FE) is known color: Medium Orchid. HEX triplet: B1, 51 and FE. RGB value is (177,81,254). Sum of RGB (Red+Green+Blue) = 177+81+254=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B151FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151FE is #4EAE01. Grayscale: #808080. Windows color (decimal): -5156354 or 16667057. OLE color: 16667057.

HSL color Cylindrical-coordinate representation of color #B151FE: hue angle of 273.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B151FE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 81 254 -
CMYK 0.30 0.68 0 0.00
HSL 273.29º 0.99% 0.66% -
HSV(B) 273.29º 0.68% 1% -
XYZ 38.96 22.39 96.03 -
YUV 129.43 198.3 161.93 -
System Red Green Blue C M Y K H S L
Decimal 177 81 254 0.30 0.68 0 0.00 273.29 0.99 0.66
Hex B1 51 FE 1E 44 0 0 111 63 42
Octal 261 121 376 36 104 0 0 421 143 102
Binary 10110001 1010001 11111110 11110 1000100 0 0 100010001 1100011 1000010

Color Harmonies of #B151FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151FE

Black with #B151FE

Text Example


Text Example

White with #B151FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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