Html Css Color HEX #B146FC Medium Orchid

📋 copy color: '#B146FC'

red 177 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #B146FC

Tints of Medium Orchid #B146FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 35.47%
G = 14.03%
B = 50.5%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B146FC (or 0xB146FC) is known color: Medium Orchid. HEX triplet: B1, 46 and FC. RGB value is (177,70,252). Sum of RGB (Red+Green+Blue) = 177+70+252=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #B146FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B146FC is #4EB903. Grayscale: #7A7A7A. Windows color (decimal): -5159172 or 16533169. OLE color: 16533169.

HSL color Cylindrical-coordinate representation of color #B146FC: hue angle of 275.27º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B146FC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 70 252 -
CMYK 0.30 0.72 0 0.01
HSL 275.27º 0.97% 0.63% -
HSV(B) 275.27º 0.72% 0.99% -
XYZ 37.89 20.76 94.1 -
YUV 122.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 177 70 252 0.30 0.72 0 0.01 275.27 0.97 0.63
Hex B1 46 FC 1E 48 0 1 113 61 3F
Octal 261 106 374 36 110 0 1 423 141 77
Binary 10110001 1000110 11111100 11110 1001000 0 1 100010011 1100001 111111

Color Harmonies of #B146FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146FC

Black with #B146FC

Text Example


Text Example

White with #B146FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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