Html Css Color HEX #B147CC Medium Orchid

📋 copy color: '#B147CC'

red 177 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #B147CC

Tints of Medium Orchid #B147CC

RGB

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

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

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

R = 39.16%
G = 15.71%
B = 45.13%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B147CC (or 0xB147CC) is known color: Medium Orchid. HEX triplet: B1, 47 and CC. RGB value is (177,71,204). Sum of RGB (Red+Green+Blue) = 177+71+204=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B147CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147CC is #4EB833. Grayscale: #757575. Windows color (decimal): -5158964 or 13387697. OLE color: 13387697.

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

Color convert

RGB 177 71 204 -
CMYK 0.13 0.65 0 0.2
HSL 287.82º 0.57% 0.54% -
HSV(B) 287.82º 0.65% 0.8% -
XYZ 31.28 18.21 58.99 -
YUV 117.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 177 71 204 0.13 0.65 0 0.2 287.82 0.57 0.54
Hex B1 47 CC D 41 0 14 120 39 36
Octal 261 107 314 15 101 0 24 440 71 66
Binary 10110001 1000111 11001100 1101 1000001 0 10100 100100000 111001 110110

Color Harmonies of #B147CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147CC

Black with #B147CC

Text Example


Text Example

White with #B147CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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