Html Css Color HEX #B13AF3 Medium Orchid

📋 copy color: '#B13AF3'

red 177 ◦ green 58 ◦ blue 243

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

Shades of Medium Orchid #B13AF3

Tints of Medium Orchid #B13AF3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.13%

 BLUE value IS 243 (95.31% from 255) = 50.84%

R = 37.03%
G = 12.13%
B = 50.84%

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

#B13AF3 (or 0xB13AF3) is known color: Medium Orchid. HEX triplet: B1, 3A and F3. RGB value is (177,58,243). Sum of RGB (Red+Green+Blue) = 177+58+243=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #B13AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AF3 is #4EC50C. Grayscale: #727272. Windows color (decimal): -5162253 or 15940273. OLE color: 15940273.

HSL color Cylindrical-coordinate representation of color #B13AF3: hue angle of 278.59º degrees, saturation: 0.89, 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 #B13AF3 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 58 243 -
CMYK 0.27 0.76 0 0.05
HSL 278.59º 0.89% 0.59% -
HSV(B) 278.59º 0.76% 0.95% -
XYZ 35.82 18.84 86.54 -
YUV 114.67 200.42 172.46 -
System Red Green Blue C M Y K H S L
Decimal 177 58 243 0.27 0.76 0 0.05 278.59 0.89 0.59
Hex B1 3A F3 1B 4C 0 5 117 59 3B
Octal 261 72 363 33 114 0 5 427 131 73
Binary 10110001 111010 11110011 11011 1001100 0 101 100010111 1011001 111011

Color Harmonies of #B13AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AF3

Black with #B13AF3

Text Example


Text Example

White with #B13AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AF3; }

 p { color: rgb(177,58,243); }

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

background-color css

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

 a { background-color: rgb(177,58,243); }

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

border-color css

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

 span { border-color: rgb(177,58,243); }

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