#B13CF7

Color #B13CF7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B13CF7

Tints of Medium Orchid #B13CF7

Color information

#B13CF7 (or 0xB13CF7) is unknown color: approx Medium Orchid. HEX triplet: B1, 3C and F7. RGB value is (177,60,247). Sum of RGB (Red+Green+Blue) = 177+60+247=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #B13CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CF7 is #4EC308. Grayscale: #737373. Windows color (decimal): -5161737 or 16202929. OLE color: 16202929.

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

Color convert

RGB17760247-
CMYK0.280.7600.03
HSL277.54º92.12%60.2%-
HSV(B)277.54º75.71%96.86%-
XYZ36.5419.2989.79-
YUV116.3201.76171.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 60 (23.83% from 255) = 12.40%
BLUE value IS 247 (96.88% from 255) = 51.03%
R=36.57%
G=12.40%
B=51.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177602470.280.7600.03277.5492.1260.2
HexB13CF71C4C031165c3c
Octal26174367341140342613474
Binary10110001111100111101111110010011000111000101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CF7; }

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

 H1.HeaderClassName
 {
   color: #B13CF7;
 }
 .AnyTagClassName
 {
   color: #B13CF7;
 }
</style>
background-color css

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

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

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

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

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

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