Html Css Color HEX #B143CE Medium Orchid

📋 copy color: '#B143CE'

red 177 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #B143CE

Tints of Medium Orchid #B143CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 39.33%
G = 14.89%
B = 45.78%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B143CE (or 0xB143CE) is known color: Medium Orchid. HEX triplet: B1, 43 and CE. RGB value is (177,67,206). Sum of RGB (Red+Green+Blue) = 177+67+206=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B143CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143CE is #4EBC31. Grayscale: #737373. Windows color (decimal): -5159986 or 13517745. OLE color: 13517745.

HSL color Cylindrical-coordinate representation of color #B143CE: hue angle of 287.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B143CE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 67 206 -
CMYK 0.14 0.67 0 0.19
HSL 287.48º 0.59% 0.54% -
HSV(B) 287.48º 0.67% 0.81% -
XYZ 31.28 17.82 60.18 -
YUV 115.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 177 67 206 0.14 0.67 0 0.19 287.48 0.59 0.54
Hex B1 43 CE E 43 0 13 11F 3B 36
Octal 261 103 316 16 103 0 23 437 73 66
Binary 10110001 1000011 11001110 1110 1000011 0 10011 100011111 111011 110110

Color Harmonies of #B143CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143CE

Black with #B143CE

Text Example


Text Example

White with #B143CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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