Html Css Color HEX #B162F7 Medium Orchid

📋 copy color: '#B162F7'

red 177 ◦ green 98 ◦ blue 247

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

Shades of Medium Orchid #B162F7

Tints of Medium Orchid #B162F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 33.91%
G = 18.77%
B = 47.32%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B162F7 (or 0xB162F7) is known color: Medium Orchid. HEX triplet: B1, 62 and F7. RGB value is (177,98,247). Sum of RGB (Red+Green+Blue) = 177+98+247=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #B162F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162F7 is #4E9D08. Grayscale: #8A8A8A. Windows color (decimal): -5152009 or 16212657. OLE color: 16212657.

HSL color Cylindrical-coordinate representation of color #B162F7: hue angle of 271.81º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B162F7 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 98 247 -
CMYK 0.28 0.60 0 0.03
HSL 271.81º 0.9% 0.68% -
HSV(B) 271.81º 0.6% 0.97% -
XYZ 39.29 24.8 90.71 -
YUV 138.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 177 98 247 0.28 0.60 0 0.03 271.81 0.9 0.68
Hex B1 62 F7 1C 3C 0 3 110 5A 44
Octal 261 142 367 34 74 0 3 420 132 104
Binary 10110001 1100010 11110111 11100 111100 0 11 100010000 1011010 1000100

Color Harmonies of #B162F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162F7

Black with #B162F7

Text Example


Text Example

White with #B162F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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