Html Css Color HEX #B944CC Medium Orchid

📋 copy color: '#B944CC'

red 185 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #B944CC

Tints of Medium Orchid #B944CC

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

 GREEN value IS 68 (26.95% from 255) = 14.88%

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

R = 40.48%
G = 14.88%
B = 44.64%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B944CC (or 0xB944CC) is known color: Medium Orchid. HEX triplet: B9, 44 and CC. RGB value is (185,68,204). Sum of RGB (Red+Green+Blue) = 185+68+204=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 68 (26.95% from 255 or 14.88% 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 #B944CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944CC is #46BB33. Grayscale: #767676. Windows color (decimal): -4635444 or 13386937. OLE color: 13386937.

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

Color convert

RGB 185 68 204 -
CMYK 0.09 0.67 0 0.2
HSL 291.62º 0.57% 0.53% -
HSV(B) 291.62º 0.67% 0.8% -
XYZ 32.97 18.81 59.02 -
YUV 118.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 185 68 204 0.09 0.67 0 0.2 291.62 0.57 0.53
Hex B9 44 CC 9 43 0 14 124 39 35
Octal 271 104 314 11 103 0 24 444 71 65
Binary 10111001 1000100 11001100 1001 1000011 0 10100 100100100 111001 110101

Color Harmonies of #B944CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944CC

Black with #B944CC

Text Example


Text Example

White with #B944CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944CC; }

 p { color: rgb(185,68,204); }

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

background-color css

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

 a { background-color: rgb(185,68,204); }

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

border-color css

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

 span { border-color: rgb(185,68,204); }

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