Html Css Color HEX #B144CA Medium Orchid

📋 copy color: '#B144CA'

red 177 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B144CA

Tints of Medium Orchid #B144CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 39.6%
G = 15.21%
B = 45.19%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B144CA (or 0xB144CA) is known color: Medium Orchid. HEX triplet: B1, 44 and CA. RGB value is (177,68,202). Sum of RGB (Red+Green+Blue) = 177+68+202=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #B144CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144CA is #4EBB35. Grayscale: #737373. Windows color (decimal): -5159734 or 13255857. OLE color: 13255857.

HSL color Cylindrical-coordinate representation of color #B144CA: hue angle of 288.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B144CA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 68 202 -
CMYK 0.12 0.66 0 0.21
HSL 288.81º 0.56% 0.53% -
HSV(B) 288.81º 0.66% 0.79% -
XYZ 30.86 17.75 57.68 -
YUV 115.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 177 68 202 0.12 0.66 0 0.21 288.81 0.56 0.53
Hex B1 44 CA C 42 0 15 121 38 35
Octal 261 104 312 14 102 0 25 441 70 65
Binary 10110001 1000100 11001010 1100 1000010 0 10101 100100001 111000 110101

Color Harmonies of #B144CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144CA

Black with #B144CA

Text Example


Text Example

White with #B144CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144CA; }

 p { color: rgb(177,68,202); }

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

background-color css

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

 a { background-color: rgb(177,68,202); }

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

border-color css

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

 span { border-color: rgb(177,68,202); }

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