Html Css Color HEX #B13AEE Medium Orchid

📋 copy color: '#B13AEE'

red 177 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #B13AEE

Tints of Medium Orchid #B13AEE

RGB

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

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

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

R = 37.42%
G = 12.26%
B = 50.32%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13AEE (or 0xB13AEE) is known color: Medium Orchid. HEX triplet: B1, 3A and EE. RGB value is (177,58,238). Sum of RGB (Red+Green+Blue) = 177+58+238=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AEE is #4EC511. Grayscale: #717171. Windows color (decimal): -5162258 or 15612593. OLE color: 15612593.

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

Color convert

RGB 177 58 238 -
CMYK 0.26 0.76 0 0.07
HSL 279.67º 0.84% 0.58% -
HSV(B) 279.67º 0.76% 0.93% -
XYZ 35.08 18.55 82.62 -
YUV 114.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 177 58 238 0.26 0.76 0 0.07 279.67 0.84 0.58
Hex B1 3A EE 1A 4C 0 7 118 54 3A
Octal 261 72 356 32 114 0 7 430 124 72
Binary 10110001 111010 11101110 11010 1001100 0 111 100011000 1010100 111010

Color Harmonies of #B13AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AEE

Black with #B13AEE

Text Example


Text Example

White with #B13AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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