Html Css Color HEX #B141E0 Medium Orchid

📋 copy color: '#B141E0'

red 177 ◦ green 65 ◦ blue 224

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

Shades of Medium Orchid #B141E0

Tints of Medium Orchid #B141E0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 37.98%
G = 13.95%
B = 48.07%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B141E0 (or 0xB141E0) is known color: Medium Orchid. HEX triplet: B1, 41 and E0. RGB value is (177,65,224). Sum of RGB (Red+Green+Blue) = 177+65+224=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B141E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141E0 is #4EBE1F. Grayscale: #747474. Windows color (decimal): -5160480 or 14696881. OLE color: 14696881.

HSL color Cylindrical-coordinate representation of color #B141E0: hue angle of 282.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B141E0 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 65 224 -
CMYK 0.21 0.71 0 0.12
HSL 282.26º 0.72% 0.57% -
HSV(B) 282.26º 0.71% 0.88% -
XYZ 33.48 18.51 72.33 -
YUV 116.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 177 65 224 0.21 0.71 0 0.12 282.26 0.72 0.57
Hex B1 41 E0 15 47 0 C 11A 48 39
Octal 261 101 340 25 107 0 14 432 110 71
Binary 10110001 1000001 11100000 10101 1000111 0 1100 100011010 1001000 111001

Color Harmonies of #B141E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141E0

Black with #B141E0

Text Example


Text Example

White with #B141E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141E0; }

 p { color: rgb(177,65,224); }

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

background-color css

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

 a { background-color: rgb(177,65,224); }

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

border-color css

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

 span { border-color: rgb(177,65,224); }

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