Html Css Color HEX #B049CA Medium Orchid

📋 copy color: '#B049CA'

red 176 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #B049CA

Tints of Medium Orchid #B049CA

RGB

 RED value IS 176 (69.14% from 255) = 39.02%

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

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

R = 39.02%
G = 16.19%
B = 44.79%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B049CA (or 0xB049CA) is known color: Medium Orchid. HEX triplet: B0, 49 and CA. RGB value is (176,73,202). Sum of RGB (Red+Green+Blue) = 176+73+202=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #B049CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049CA is #4FB635. Grayscale: #767676. Windows color (decimal): -5223990 or 13257136. OLE color: 13257136.

HSL color Cylindrical-coordinate representation of color #B049CA: hue angle of 287.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B049CA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 73 202 -
CMYK 0.13 0.64 0 0.21
HSL 287.91º 0.55% 0.54% -
HSV(B) 287.91º 0.64% 0.79% -
XYZ 30.95 18.26 57.77 -
YUV 118.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 176 73 202 0.13 0.64 0 0.21 287.91 0.55 0.54
Hex B0 49 CA D 40 0 15 120 37 36
Octal 260 111 312 15 100 0 25 440 67 66
Binary 10110000 1001001 11001010 1101 1000000 0 10101 100100000 110111 110110

Color Harmonies of #B049CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049CA

Black with #B049CA

Text Example


Text Example

White with #B049CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049CA; }

 p { color: rgb(176,73,202); }

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

background-color css

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

 a { background-color: rgb(176,73,202); }

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

border-color css

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

 span { border-color: rgb(176,73,202); }

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