Html Css Color HEX #B949DA Medium Orchid

📋 copy color: '#B949DA'

red 185 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #B949DA

Tints of Medium Orchid #B949DA

RGB

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

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

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

R = 38.87%
G = 15.34%
B = 45.8%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B949DA (or 0xB949DA) is known color: Medium Orchid. HEX triplet: B9, 49 and DA. RGB value is (185,73,218). Sum of RGB (Red+Green+Blue) = 185+73+218=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #B949DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949DA is #46B625. Grayscale: #7A7A7A. Windows color (decimal): -4634150 or 14305721. OLE color: 14305721.

HSL color Cylindrical-coordinate representation of color #B949DA: hue angle of 286.34º 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 #B949DA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 73 218 -
CMYK 0.15 0.67 0 0.15
HSL 286.34º 0.66% 0.57% -
HSV(B) 286.34º 0.67% 0.85% -
XYZ 35.05 20.14 68.37 -
YUV 123.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 185 73 218 0.15 0.67 0 0.15 286.34 0.66 0.57
Hex B9 49 DA F 43 0 F 11E 42 39
Octal 271 111 332 17 103 0 17 436 102 71
Binary 10111001 1001001 11011010 1111 1000011 0 1111 100011110 1000010 111001

Color Harmonies of #B949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949DA

Black with #B949DA

Text Example


Text Example

White with #B949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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