Html Css Color HEX #B162FC Medium Purple

📋 copy color: '#B162FC'

red 177 ◦ green 98 ◦ blue 252

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

Shades of Medium Purple #B162FC

Tints of Medium Purple #B162FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.6%

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

R = 33.59%
G = 18.6%
B = 47.82%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B162FC (or 0xB162FC) is known color: Medium Purple. HEX triplet: B1, 62 and FC. RGB value is (177,98,252). Sum of RGB (Red+Green+Blue) = 177+98+252=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #B162FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162FC is #4E9D03. Grayscale: #8A8A8A. Windows color (decimal): -5152004 or 16540337. OLE color: 16540337.

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

Color convert

RGB 177 98 252 -
CMYK 0.30 0.61 0 0.01
HSL 270.78º 0.96% 0.69% -
HSV(B) 270.78º 0.61% 0.99% -
XYZ 40.07 25.11 94.83 -
YUV 139.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 177 98 252 0.30 0.61 0 0.01 270.78 0.96 0.69
Hex B1 62 FC 1E 3D 0 1 10F 60 45
Octal 261 142 374 36 75 0 1 417 140 105
Binary 10110001 1100010 11111100 11110 111101 0 1 100001111 1100000 1000101

Color Harmonies of #B162FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162FC

Black with #B162FC

Text Example


Text Example

White with #B162FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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