Html Css Color HEX #B13FEE Medium Orchid

📋 copy color: '#B13FEE'

red 177 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #B13FEE

Tints of Medium Orchid #B13FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 37.03%
G = 13.18%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13FEE (or 0xB13FEE) is known color: Medium Orchid. HEX triplet: B1, 3F and EE. RGB value is (177,63,238). Sum of RGB (Red+Green+Blue) = 177+63+238=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FEE is #4EC011. Grayscale: #747474. Windows color (decimal): -5160978 or 15613873. OLE color: 15613873.

HSL color Cylindrical-coordinate representation of color #B13FEE: hue angle of 279.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13FEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 63 238 -
CMYK 0.26 0.74 0 0.07
HSL 279.09º 0.84% 0.59% -
HSV(B) 279.09º 0.74% 0.93% -
XYZ 35.34 19.08 82.71 -
YUV 117.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 177 63 238 0.26 0.74 0 0.07 279.09 0.84 0.59
Hex B1 3F EE 1A 4A 0 7 117 54 3B
Octal 261 77 356 32 112 0 7 427 124 73
Binary 10110001 111111 11101110 11010 1001010 0 111 100010111 1010100 111011

Color Harmonies of #B13FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FEE

Black with #B13FEE

Text Example


Text Example

White with #B13FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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