Html Css Color HEX #B143E0 Medium Orchid

📋 copy color: '#B143E0'

red 177 ◦ green 67 ◦ blue 224

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

Shades of Medium Orchid #B143E0

Tints of Medium Orchid #B143E0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.32%

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

R = 37.82%
G = 14.32%
B = 47.86%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B143E0 (or 0xB143E0) is known color: Medium Orchid. HEX triplet: B1, 43 and E0. RGB value is (177,67,224). Sum of RGB (Red+Green+Blue) = 177+67+224=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #B143E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143E0 is #4EBC1F. Grayscale: #757575. Windows color (decimal): -5159968 or 14697393. OLE color: 14697393.

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

Color convert

RGB 177 67 224 -
CMYK 0.21 0.70 0 0.12
HSL 282.04º 0.72% 0.57% -
HSV(B) 282.04º 0.7% 0.88% -
XYZ 33.59 18.74 72.37 -
YUV 117.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 177 67 224 0.21 0.70 0 0.12 282.04 0.72 0.57
Hex B1 43 E0 15 46 0 C 11A 48 39
Octal 261 103 340 25 106 0 14 432 110 71
Binary 10110001 1000011 11100000 10101 1000110 0 1100 100011010 1001000 111001

Color Harmonies of #B143E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143E0

Black with #B143E0

Text Example


Text Example

White with #B143E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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