Html Css Color HEX #B849DA Medium Orchid

📋 copy color: '#B849DA'

red 184 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #B849DA

Tints of Medium Orchid #B849DA

RGB

 RED value IS 184 (72.27% from 255) = 38.74%

 GREEN value IS 73 (28.91% from 255) = 15.37%

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

R = 38.74%
G = 15.37%
B = 45.89%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B849DA (or 0xB849DA) is known color: Medium Orchid. HEX triplet: B8, 49 and DA. RGB value is (184,73,218). Sum of RGB (Red+Green+Blue) = 184+73+218=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B849DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849DA is #47B625. Grayscale: #7A7A7A. Windows color (decimal): -4699686 or 14305720. OLE color: 14305720.

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

Color convert

RGB 184 73 218 -
CMYK 0.16 0.67 0 0.15
HSL 285.93º 0.66% 0.57% -
HSV(B) 285.93º 0.67% 0.85% -
XYZ 34.8 20.02 68.36 -
YUV 122.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 184 73 218 0.16 0.67 0 0.15 285.93 0.66 0.57
Hex B8 49 DA 10 43 0 F 11E 42 39
Octal 270 111 332 20 103 0 17 436 102 71
Binary 10111000 1001001 11011010 10000 1000011 0 1111 100011110 1000010 111001

Color Harmonies of #B849DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849DA

Black with #B849DA

Text Example


Text Example

White with #B849DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849DA; }

 p { color: rgb(184,73,218); }

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

background-color css

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

 a { background-color: rgb(184,73,218); }

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

border-color css

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

 span { border-color: rgb(184,73,218); }

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