Html Css Color HEX #B146FF Medium Orchid

📋 copy color: '#B146FF'

red 177 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B146FF

Tints of Medium Orchid #B146FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.94%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 35.26%
G = 13.94%
B = 50.8%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B146FF (or 0xB146FF) is known color: Medium Orchid. HEX triplet: B1, 46 and FF. RGB value is (177,70,255). Sum of RGB (Red+Green+Blue) = 177+70+255=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B146FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B146FF is #4EB900. Grayscale: #7A7A7A. Windows color (decimal): -5159169 or 16729777. OLE color: 16729777.

HSL color Cylindrical-coordinate representation of color #B146FF: hue angle of 274.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B146FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 70 255 -
CMYK 0.31 0.73 0 0
HSL 274.7º 1% 0.64% -
HSV(B) 274.7º 0.73% 1% -
XYZ 38.37 20.95 96.63 -
YUV 123.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 177 70 255 0.31 0.73 0 0 274.7 1 0.64
Hex B1 46 FF 1F 49 0 0 113 64 40
Octal 261 106 377 37 111 0 0 423 144 100
Binary 10110001 1000110 11111111 11111 1001001 0 0 100010011 1100100 1000000

Color Harmonies of #B146FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146FF

Black with #B146FF

Text Example


Text Example

White with #B146FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146FF; }

 p { color: rgb(177,70,255); }

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

background-color css

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

 a { background-color: rgb(177,70,255); }

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

border-color css

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

 span { border-color: rgb(177,70,255); }

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