Html Css Color HEX #B049CC Medium Orchid

📋 copy color: '#B049CC'

red 176 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #B049CC

Tints of Medium Orchid #B049CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 38.85%
G = 16.11%
B = 45.03%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B049CC (or 0xB049CC) is known color: Medium Orchid. HEX triplet: B0, 49 and CC. RGB value is (176,73,204). Sum of RGB (Red+Green+Blue) = 176+73+204=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B049CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049CC is #4FB633. Grayscale: #767676. Windows color (decimal): -5223988 or 13388208. OLE color: 13388208.

HSL color Cylindrical-coordinate representation of color #B049CC: hue angle of 287.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B049CC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 73 204 -
CMYK 0.14 0.64 0 0.2
HSL 287.18º 0.56% 0.54% -
HSV(B) 287.18º 0.64% 0.8% -
XYZ 31.19 18.35 59.03 -
YUV 118.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 176 73 204 0.14 0.64 0 0.2 287.18 0.56 0.54
Hex B0 49 CC E 40 0 14 11F 38 36
Octal 260 111 314 16 100 0 24 437 70 66
Binary 10110000 1001001 11001100 1110 1000000 0 10100 100011111 111000 110110

Color Harmonies of #B049CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049CC

Black with #B049CC

Text Example


Text Example

White with #B049CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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