Html Css Color HEX #B13BF2 Medium Orchid

📋 copy color: '#B13BF2'

red 177 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #B13BF2

Tints of Medium Orchid #B13BF2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 37.03%
G = 12.34%
B = 50.63%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B13BF2 (or 0xB13BF2) is known color: Medium Orchid. HEX triplet: B1, 3B and F2. RGB value is (177,59,242). Sum of RGB (Red+Green+Blue) = 177+59+242=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #B13BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BF2 is #4EC40D. Grayscale: #727272. Windows color (decimal): -5161998 or 15874993. OLE color: 15874993.

HSL color Cylindrical-coordinate representation of color #B13BF2: hue angle of 278.69º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13BF2 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 59 242 -
CMYK 0.27 0.76 0 0.05
HSL 278.69º 0.88% 0.59% -
HSV(B) 278.69º 0.76% 0.95% -
XYZ 35.72 18.89 85.77 -
YUV 115.14 199.59 172.12 -
System Red Green Blue C M Y K H S L
Decimal 177 59 242 0.27 0.76 0 0.05 278.69 0.88 0.59
Hex B1 3B F2 1B 4C 0 5 117 58 3B
Octal 261 73 362 33 114 0 5 427 130 73
Binary 10110001 111011 11110010 11011 1001100 0 101 100010111 1011000 111011

Color Harmonies of #B13BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BF2

Black with #B13BF2

Text Example


Text Example

White with #B13BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BF2; }

 p { color: rgb(177,59,242); }

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

background-color css

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

 a { background-color: rgb(177,59,242); }

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

border-color css

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

 span { border-color: rgb(177,59,242); }

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