Html Css Color HEX #B94DD7 Medium Orchid

📋 copy color: '#B94DD7'

red 185 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #B94DD7

Tints of Medium Orchid #B94DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 38.78%
G = 16.14%
B = 45.07%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B94DD7 (or 0xB94DD7) is known color: Medium Orchid. HEX triplet: B9, 4D and D7. RGB value is (185,77,215). Sum of RGB (Red+Green+Blue) = 185+77+215=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #B94DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DD7 is #46B228. Grayscale: #7C7C7C. Windows color (decimal): -4633129 or 14110137. OLE color: 14110137.

HSL color Cylindrical-coordinate representation of color #B94DD7: hue angle of 286.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94DD7 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 77 215 -
CMYK 0.14 0.64 0 0.16
HSL 286.96º 0.63% 0.57% -
HSV(B) 286.96º 0.64% 0.84% -
XYZ 34.93 20.53 66.41 -
YUV 125.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 185 77 215 0.14 0.64 0 0.16 286.96 0.63 0.57
Hex B9 4D D7 E 40 0 10 11F 3F 39
Octal 271 115 327 16 100 0 20 437 77 71
Binary 10111001 1001101 11010111 1110 1000000 0 10000 100011111 111111 111001

Color Harmonies of #B94DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DD7

Black with #B94DD7

Text Example


Text Example

White with #B94DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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