Html Css Color HEX #B13AEC Medium Orchid

📋 copy color: '#B13AEC'

red 177 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #B13AEC

Tints of Medium Orchid #B13AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 37.58%
G = 12.31%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13AEC (or 0xB13AEC) is known color: Medium Orchid. HEX triplet: B1, 3A and EC. RGB value is (177,58,236). Sum of RGB (Red+Green+Blue) = 177+58+236=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B13AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AEC is #4EC513. Grayscale: #717171. Windows color (decimal): -5162260 or 15481521. OLE color: 15481521.

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

Color convert

RGB 177 58 236 -
CMYK 0.25 0.75 0 0.07
HSL 280.11º 0.82% 0.58% -
HSV(B) 280.11º 0.75% 0.93% -
XYZ 34.78 18.43 81.08 -
YUV 113.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 177 58 236 0.25 0.75 0 0.07 280.11 0.82 0.58
Hex B1 3A EC 19 4B 0 7 118 52 3A
Octal 261 72 354 31 113 0 7 430 122 72
Binary 10110001 111010 11101100 11001 1001011 0 111 100011000 1010010 111010

Color Harmonies of #B13AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AEC

Black with #B13AEC

Text Example


Text Example

White with #B13AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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