Html Css Color HEX #B94DCD Medium Orchid

📋 copy color: '#B94DCD'

red 185 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B94DCD

Tints of Medium Orchid #B94DCD

RGB

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

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

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

R = 39.61%
G = 16.49%
B = 43.9%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94DCD (or 0xB94DCD) is known color: Medium Orchid. HEX triplet: B9, 4D and CD. RGB value is (185,77,205). Sum of RGB (Red+Green+Blue) = 185+77+205=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #B94DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCD is #46B232. Grayscale: #7B7B7B. Windows color (decimal): -4633139 or 13454777. OLE color: 13454777.

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

Color convert

RGB 185 77 205 -
CMYK 0.10 0.62 0 0.20
HSL 290.63º 0.56% 0.55% -
HSV(B) 290.63º 0.62% 0.8% -
XYZ 33.68 20.03 59.85 -
YUV 123.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 185 77 205 0.10 0.62 0 0.20 290.63 0.56 0.55
Hex B9 4D CD A 3E 0 14 123 38 37
Octal 271 115 315 12 76 0 24 443 70 67
Binary 10111001 1001101 11001101 1010 111110 0 10100 100100011 111000 110111

Color Harmonies of #B94DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DCD

Black with #B94DCD

Text Example


Text Example

White with #B94DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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