Html Css Color HEX #B94ADA Medium Orchid

📋 copy color: '#B94ADA'

red 185 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #B94ADA

Tints of Medium Orchid #B94ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

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

R = 38.78%
G = 15.51%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B94ADA (or 0xB94ADA) is known color: Medium Orchid. HEX triplet: B9, 4A and DA. RGB value is (185,74,218). Sum of RGB (Red+Green+Blue) = 185+74+218=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #B94ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ADA is #46B525. Grayscale: #7B7B7B. Windows color (decimal): -4633894 or 14305977. OLE color: 14305977.

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

Color convert

RGB 185 74 218 -
CMYK 0.15 0.66 0 0.15
HSL 286.25º 0.66% 0.57% -
HSV(B) 286.25º 0.66% 0.85% -
XYZ 35.11 20.27 68.39 -
YUV 123.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 185 74 218 0.15 0.66 0 0.15 286.25 0.66 0.57
Hex B9 4A DA F 42 0 F 11E 42 39
Octal 271 112 332 17 102 0 17 436 102 71
Binary 10111001 1001010 11011010 1111 1000010 0 1111 100011110 1000010 111001

Color Harmonies of #B94ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ADA

Black with #B94ADA

Text Example


Text Example

White with #B94ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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