Html Css Color HEX #B449CC Medium Orchid

📋 copy color: '#B449CC'

red 180 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #B449CC

Tints of Medium Orchid #B449CC

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

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

R = 39.39%
G = 15.97%
B = 44.64%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B449CC (or 0xB449CC) is known color: Medium Orchid. HEX triplet: B4, 49 and CC. RGB value is (180,73,204). Sum of RGB (Red+Green+Blue) = 180+73+204=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B449CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449CC is #4BB633. Grayscale: #777777. Windows color (decimal): -4961844 or 13388212. OLE color: 13388212.

HSL color Cylindrical-coordinate representation of color #B449CC: hue angle of 289.01º 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 #B449CC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 73 204 -
CMYK 0.12 0.64 0 0.2
HSL 289.01º 0.56% 0.54% -
HSV(B) 289.01º 0.64% 0.8% -
XYZ 32.1 18.83 59.07 -
YUV 119.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 180 73 204 0.12 0.64 0 0.2 289.01 0.56 0.54
Hex B4 49 CC C 40 0 14 121 38 36
Octal 264 111 314 14 100 0 24 441 70 66
Binary 10110100 1001001 11001100 1100 1000000 0 10100 100100001 111000 110110

Color Harmonies of #B449CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449CC

Black with #B449CC

Text Example


Text Example

White with #B449CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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