Html Css Color HEX #B94DDC Medium Orchid

📋 copy color: '#B94DDC'

red 185 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #B94DDC

Tints of Medium Orchid #B94DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 38.38%
G = 15.98%
B = 45.64%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B94DDC (or 0xB94DDC) is known color: Medium Orchid. HEX triplet: B9, 4D and DC. RGB value is (185,77,220). Sum of RGB (Red+Green+Blue) = 185+77+220=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B94DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DDC is #46B223. Grayscale: #7D7D7D. Windows color (decimal): -4633124 or 14437817. OLE color: 14437817.

HSL color Cylindrical-coordinate representation of color #B94DDC: hue angle of 285.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94DDC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 77 220 -
CMYK 0.16 0.65 0 0.14
HSL 285.31º 0.67% 0.58% -
HSV(B) 285.31º 0.65% 0.86% -
XYZ 35.58 20.79 69.85 -
YUV 125.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 185 77 220 0.16 0.65 0 0.14 285.31 0.67 0.58
Hex B9 4D DC 10 41 0 E 11D 43 3A
Octal 271 115 334 20 101 0 16 435 103 72
Binary 10111001 1001101 11011100 10000 1000001 0 1110 100011101 1000011 111010

Color Harmonies of #B94DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DDC

Black with #B94DDC

Text Example


Text Example

White with #B94DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DDC; }

 p { color: rgb(185,77,220); }

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

background-color css

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

 a { background-color: rgb(185,77,220); }

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

border-color css

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

 span { border-color: rgb(185,77,220); }

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