Html Css Color HEX #B149CF Medium Orchid

📋 copy color: '#B149CF'

red 177 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B149CF

Tints of Medium Orchid #B149CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

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

R = 38.73%
G = 15.97%
B = 45.3%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B149CF (or 0xB149CF) is known color: Medium Orchid. HEX triplet: B1, 49 and CF. RGB value is (177,73,207). Sum of RGB (Red+Green+Blue) = 177+73+207=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B149CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149CF is #4EB630. Grayscale: #767676. Windows color (decimal): -5158449 or 13584817. OLE color: 13584817.

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

Color convert

RGB 177 73 207 -
CMYK 0.14 0.65 0 0.19
HSL 286.57º 0.58% 0.55% -
HSV(B) 286.57º 0.65% 0.81% -
XYZ 31.78 18.62 60.95 -
YUV 119.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 177 73 207 0.14 0.65 0 0.19 286.57 0.58 0.55
Hex B1 49 CF E 41 0 13 11F 3A 37
Octal 261 111 317 16 101 0 23 437 72 67
Binary 10110001 1001001 11001111 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B149CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149CF

Black with #B149CF

Text Example


Text Example

White with #B149CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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