Html Css Color HEX #B13FEA Medium Orchid

📋 copy color: '#B13FEA'

red 177 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #B13FEA

Tints of Medium Orchid #B13FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 37.34%
G = 13.29%
B = 49.37%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B13FEA (or 0xB13FEA) is known color: Medium Orchid. HEX triplet: B1, 3F and EA. RGB value is (177,63,234). Sum of RGB (Red+Green+Blue) = 177+63+234=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #B13FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FEA is #4EC015. Grayscale: #747474. Windows color (decimal): -5160982 or 15351729. OLE color: 15351729.

HSL color Cylindrical-coordinate representation of color #B13FEA: hue angle of 280º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13FEA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 63 234 -
CMYK 0.24 0.73 0 0.08
HSL 280º 0.8% 0.58% -
HSV(B) 280º 0.73% 0.92% -
XYZ 34.76 18.84 79.65 -
YUV 116.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 177 63 234 0.24 0.73 0 0.08 280 0.8 0.58
Hex B1 3F EA 18 49 0 8 118 50 3A
Octal 261 77 352 30 111 0 10 430 120 72
Binary 10110001 111111 11101010 11000 1001001 0 1000 100011000 1010000 111010

Color Harmonies of #B13FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FEA

Black with #B13FEA

Text Example


Text Example

White with #B13FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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