Html Css Color HEX #B13FFA Medium Orchid

📋 copy color: '#B13FFA'

red 177 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #B13FFA

Tints of Medium Orchid #B13FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 36.12%
G = 12.86%
B = 51.02%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B13FFA (or 0xB13FFA) is known color: Medium Orchid. HEX triplet: B1, 3F and FA. RGB value is (177,63,250). Sum of RGB (Red+Green+Blue) = 177+63+250=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #B13FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFA is #4EC005. Grayscale: #757575. Windows color (decimal): -5160966 or 16400305. OLE color: 16400305.

HSL color Cylindrical-coordinate representation of color #B13FFA: hue angle of 276.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 63 250 -
CMYK 0.29 0.75 0 0.02
HSL 276.58º 0.95% 0.61% -
HSV(B) 276.58º 0.75% 0.98% -
XYZ 37.16 19.8 92.31 -
YUV 118.4 202.27 169.79 -
System Red Green Blue C M Y K H S L
Decimal 177 63 250 0.29 0.75 0 0.02 276.58 0.95 0.61
Hex B1 3F FA 1D 4B 0 2 115 5F 3D
Octal 261 77 372 35 113 0 2 425 137 75
Binary 10110001 111111 11111010 11101 1001011 0 10 100010101 1011111 111101

Color Harmonies of #B13FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FFA

Black with #B13FFA

Text Example


Text Example

White with #B13FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FFA; }

 p { color: rgb(177,63,250); }

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

background-color css

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

 a { background-color: rgb(177,63,250); }

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

border-color css

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

 span { border-color: rgb(177,63,250); }

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