Html Css Color HEX #B13ADE Medium Orchid

📋 copy color: '#B13ADE'

red 177 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #B13ADE

Tints of Medium Orchid #B13ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 38.73%
G = 12.69%
B = 48.58%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B13ADE (or 0xB13ADE) is known color: Medium Orchid. HEX triplet: B1, 3A and DE. RGB value is (177,58,222). Sum of RGB (Red+Green+Blue) = 177+58+222=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #B13ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ADE is #4EC521. Grayscale: #6F6F6F. Windows color (decimal): -5162274 or 14564017. OLE color: 14564017.

HSL color Cylindrical-coordinate representation of color #B13ADE: hue angle of 283.54º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13ADE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 58 222 -
CMYK 0.20 0.74 0 0.13
HSL 283.54º 0.71% 0.55% -
HSV(B) 283.54º 0.74% 0.87% -
XYZ 32.83 17.65 70.78 -
YUV 112.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 177 58 222 0.20 0.74 0 0.13 283.54 0.71 0.55
Hex B1 3A DE 14 4A 0 D 11C 47 37
Octal 261 72 336 24 112 0 15 434 107 67
Binary 10110001 111010 11011110 10100 1001010 0 1101 100011100 1000111 110111

Color Harmonies of #B13ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ADE

Black with #B13ADE

Text Example


Text Example

White with #B13ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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