Html Css Color HEX #B141CF Medium Orchid

📋 copy color: '#B141CF'

red 177 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B141CF

Tints of Medium Orchid #B141CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 39.42%
G = 14.48%
B = 46.1%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B141CF (or 0xB141CF) is known color: Medium Orchid. HEX triplet: B1, 41 and CF. RGB value is (177,65,207). Sum of RGB (Red+Green+Blue) = 177+65+207=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #B141CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141CF is #4EBE30. Grayscale: #727272. Windows color (decimal): -5160497 or 13582769. OLE color: 13582769.

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

Color convert

RGB 177 65 207 -
CMYK 0.14 0.69 0 0.19
HSL 287.32º 0.6% 0.53% -
HSV(B) 287.32º 0.69% 0.81% -
XYZ 31.28 17.63 60.79 -
YUV 114.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 177 65 207 0.14 0.69 0 0.19 287.32 0.6 0.53
Hex B1 41 CF E 45 0 13 11F 3C 35
Octal 261 101 317 16 105 0 23 437 74 65
Binary 10110001 1000001 11001111 1110 1000101 0 10011 100011111 111100 110101

Color Harmonies of #B141CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141CF

Black with #B141CF

Text Example


Text Example

White with #B141CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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