Html Css Color HEX #B949D4 Medium Orchid

📋 copy color: '#B949D4'

red 185 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #B949D4

Tints of Medium Orchid #B949D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 39.36%
G = 15.53%
B = 45.11%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B949D4 (or 0xB949D4) is known color: Medium Orchid. HEX triplet: B9, 49 and D4. RGB value is (185,73,212). Sum of RGB (Red+Green+Blue) = 185+73+212=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #B949D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949D4 is #46B62B. Grayscale: #797979. Windows color (decimal): -4634156 or 13912505. OLE color: 13912505.

HSL color Cylindrical-coordinate representation of color #B949D4: hue angle of 288.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B949D4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 73 212 -
CMYK 0.13 0.66 0 0.17
HSL 288.35º 0.62% 0.56% -
HSV(B) 288.35º 0.66% 0.83% -
XYZ 34.27 19.83 64.31 -
YUV 122.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 185 73 212 0.13 0.66 0 0.17 288.35 0.62 0.56
Hex B9 49 D4 D 42 0 11 120 3E 38
Octal 271 111 324 15 102 0 21 440 76 70
Binary 10111001 1001001 11010100 1101 1000010 0 10001 100100000 111110 111000

Color Harmonies of #B949D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949D4

Black with #B949D4

Text Example


Text Example

White with #B949D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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