Html Css Color HEX #B162FD Medium Purple

📋 copy color: '#B162FD'

red 177 ◦ green 98 ◦ blue 253

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

Shades of Medium Purple #B162FD

Tints of Medium Purple #B162FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 33.52%
G = 18.56%
B = 47.92%

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

#B162FD (or 0xB162FD) is known color: Medium Purple. HEX triplet: B1, 62 and FD. RGB value is (177,98,253). Sum of RGB (Red+Green+Blue) = 177+98+253=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #B162FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162FD is #4E9D02. Grayscale: #8A8A8A. Windows color (decimal): -5152003 or 16605873. OLE color: 16605873.

HSL color Cylindrical-coordinate representation of color #B162FD: hue angle of 270.58º degrees, saturation: 0.97, 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 #B162FD is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 98 253 -
CMYK 0.30 0.61 0 0.01
HSL 270.58º 0.97% 0.69% -
HSV(B) 270.58º 0.61% 0.99% -
XYZ 40.23 25.17 95.67 -
YUV 139.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 177 98 253 0.30 0.61 0 0.01 270.58 0.97 0.69
Hex B1 62 FD 1E 3D 0 1 10F 61 45
Octal 261 142 375 36 75 0 1 417 141 105
Binary 10110001 1100010 11111101 11110 111101 0 1 100001111 1100001 1000101

Color Harmonies of #B162FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162FD

Black with #B162FD

Text Example


Text Example

White with #B162FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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