Html Css Color HEX #B13DF7 Medium Orchid

📋 copy color: '#B13DF7'

red 177 ◦ green 61 ◦ blue 247

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

Shades of Medium Orchid #B13DF7

Tints of Medium Orchid #B13DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

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

R = 36.49%
G = 12.58%
B = 50.93%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B13DF7 (or 0xB13DF7) is known color: Medium Orchid. HEX triplet: B1, 3D and F7. RGB value is (177,61,247). Sum of RGB (Red+Green+Blue) = 177+61+247=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B13DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DF7 is #4EC208. Grayscale: #747474. Windows color (decimal): -5161481 or 16203185. OLE color: 16203185.

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

Color convert

RGB 177 61 247 -
CMYK 0.28 0.75 0 0.03
HSL 277.42º 0.92% 0.6% -
HSV(B) 277.42º 0.75% 0.97% -
XYZ 36.59 19.4 89.81 -
YUV 116.89 201.43 170.88 -
System Red Green Blue C M Y K H S L
Decimal 177 61 247 0.28 0.75 0 0.03 277.42 0.92 0.6
Hex B1 3D F7 1C 4B 0 3 115 5C 3C
Octal 261 75 367 34 113 0 3 425 134 74
Binary 10110001 111101 11110111 11100 1001011 0 11 100010101 1011100 111100

Color Harmonies of #B13DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DF7

Black with #B13DF7

Text Example


Text Example

White with #B13DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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