Html Css Color HEX #B447CC Medium Orchid

📋 copy color: '#B447CC'

red 180 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #B447CC

Tints of Medium Orchid #B447CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.6%

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

R = 39.56%
G = 15.6%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B447CC (or 0xB447CC) is known color: Medium Orchid. HEX triplet: B4, 47 and CC. RGB value is (180,71,204). Sum of RGB (Red+Green+Blue) = 180+71+204=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B447CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447CC is #4BB833. Grayscale: #767676. Windows color (decimal): -4962356 or 13387700. OLE color: 13387700.

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

Color convert

RGB 180 71 204 -
CMYK 0.12 0.65 0 0.2
HSL 289.17º 0.57% 0.54% -
HSV(B) 289.17º 0.65% 0.8% -
XYZ 31.97 18.57 59.03 -
YUV 118.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 180 71 204 0.12 0.65 0 0.2 289.17 0.57 0.54
Hex B4 47 CC C 41 0 14 121 39 36
Octal 264 107 314 14 101 0 24 441 71 66
Binary 10110100 1000111 11001100 1100 1000001 0 10100 100100001 111001 110110

Color Harmonies of #B447CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447CC

Black with #B447CC

Text Example


Text Example

White with #B447CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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