Html Css Color HEX #B94FCD Medium Orchid

📋 copy color: '#B94FCD'

red 185 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #B94FCD

Tints of Medium Orchid #B94FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 39.45%
G = 16.84%
B = 43.71%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94FCD (or 0xB94FCD) is known color: Medium Orchid. HEX triplet: B9, 4F and CD. RGB value is (185,79,205). Sum of RGB (Red+Green+Blue) = 185+79+205=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #B94FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FCD is #46B032. Grayscale: #7C7C7C. Windows color (decimal): -4632627 or 13455289. OLE color: 13455289.

HSL color Cylindrical-coordinate representation of color #B94FCD: hue angle of 290.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94FCD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 79 205 -
CMYK 0.10 0.61 0 0.20
HSL 290.48º 0.56% 0.56% -
HSV(B) 290.48º 0.61% 0.8% -
XYZ 33.82 20.31 59.9 -
YUV 125.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 185 79 205 0.10 0.61 0 0.20 290.48 0.56 0.56
Hex B9 4F CD A 3D 0 14 122 38 38
Octal 271 117 315 12 75 0 24 442 70 70
Binary 10111001 1001111 11001101 1010 111101 0 10100 100100010 111000 111000

Color Harmonies of #B94FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FCD

Black with #B94FCD

Text Example


Text Example

White with #B94FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FCD; }

 p { color: rgb(185,79,205); }

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

background-color css

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

 a { background-color: rgb(185,79,205); }

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

border-color css

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

 span { border-color: rgb(185,79,205); }

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