Html Css Color HEX #B141CA Medium Orchid

📋 copy color: '#B141CA'

red 177 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #B141CA

Tints of Medium Orchid #B141CA

RGB

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

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

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

R = 39.86%
G = 14.64%
B = 45.5%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B141CA (or 0xB141CA) is known color: Medium Orchid. HEX triplet: B1, 41 and CA. RGB value is (177,65,202). Sum of RGB (Red+Green+Blue) = 177+65+202=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #B141CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141CA is #4EBE35. Grayscale: #717171. Windows color (decimal): -5160502 or 13255089. OLE color: 13255089.

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

Color convert

RGB 177 65 202 -
CMYK 0.12 0.68 0 0.21
HSL 289.05º 0.56% 0.52% -
HSV(B) 289.05º 0.68% 0.79% -
XYZ 30.68 17.39 57.62 -
YUV 114.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 177 65 202 0.12 0.68 0 0.21 289.05 0.56 0.52
Hex B1 41 CA C 44 0 15 121 38 34
Octal 261 101 312 14 104 0 25 441 70 64
Binary 10110001 1000001 11001010 1100 1000100 0 10101 100100001 111000 110100

Color Harmonies of #B141CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141CA

Black with #B141CA

Text Example


Text Example

White with #B141CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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