Html Css Color HEX #B944CA Medium Orchid

📋 copy color: '#B944CA'

red 185 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B944CA

Tints of Medium Orchid #B944CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 40.66%
G = 14.95%
B = 44.4%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B944CA (or 0xB944CA) is known color: Medium Orchid. HEX triplet: B9, 44 and CA. RGB value is (185,68,202). Sum of RGB (Red+Green+Blue) = 185+68+202=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B944CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944CA is #46BB35. Grayscale: #757575. Windows color (decimal): -4635446 or 13255865. OLE color: 13255865.

HSL color Cylindrical-coordinate representation of color #B944CA: hue angle of 292.39º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B944CA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 68 202 -
CMYK 0.08 0.66 0 0.21
HSL 292.39º 0.56% 0.53% -
HSV(B) 292.39º 0.66% 0.79% -
XYZ 32.74 18.71 57.76 -
YUV 118.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 185 68 202 0.08 0.66 0 0.21 292.39 0.56 0.53
Hex B9 44 CA 8 42 0 15 124 38 35
Octal 271 104 312 10 102 0 25 444 70 65
Binary 10111001 1000100 11001010 1000 1000010 0 10101 100100100 111000 110101

Color Harmonies of #B944CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944CA

Black with #B944CA

Text Example


Text Example

White with #B944CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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