Html Css Color HEX #B94DDA Medium Orchid

📋 copy color: '#B94DDA'

red 185 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #B94DDA

Tints of Medium Orchid #B94DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 38.54%
G = 16.04%
B = 45.42%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B94DDA (or 0xB94DDA) is known color: Medium Orchid. HEX triplet: B9, 4D and DA. RGB value is (185,77,218). Sum of RGB (Red+Green+Blue) = 185+77+218=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #B94DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DDA is #46B225. Grayscale: #7C7C7C. Windows color (decimal): -4633126 or 14306745. OLE color: 14306745.

HSL color Cylindrical-coordinate representation of color #B94DDA: hue angle of 285.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94DDA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 77 218 -
CMYK 0.15 0.65 0 0.15
HSL 285.96º 0.66% 0.58% -
HSV(B) 285.96º 0.65% 0.85% -
XYZ 35.32 20.68 68.46 -
YUV 125.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 185 77 218 0.15 0.65 0 0.15 285.96 0.66 0.58
Hex B9 4D DA F 41 0 F 11E 42 3A
Octal 271 115 332 17 101 0 17 436 102 72
Binary 10111001 1001101 11011010 1111 1000001 0 1111 100011110 1000010 111010

Color Harmonies of #B94DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DDA

Black with #B94DDA

Text Example


Text Example

White with #B94DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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