Html Css Color HEX #B946D0 Medium Orchid

📋 copy color: '#B946D0'

red 185 ◦ green 70 ◦ blue 208

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

Shades of Medium Orchid #B946D0

Tints of Medium Orchid #B946D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 39.96%
G = 15.12%
B = 44.92%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B946D0 (or 0xB946D0) is known color: Medium Orchid. HEX triplet: B9, 46 and D0. RGB value is (185,70,208). Sum of RGB (Red+Green+Blue) = 185+70+208=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #B946D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946D0 is #46B92F. Grayscale: #777777. Windows color (decimal): -4634928 or 13649593. OLE color: 13649593.

HSL color Cylindrical-coordinate representation of color #B946D0: hue angle of 290º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B946D0 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 70 208 -
CMYK 0.11 0.66 0 0.18
HSL 290º 0.59% 0.55% -
HSV(B) 290º 0.66% 0.82% -
XYZ 33.58 19.25 61.62 -
YUV 120.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 185 70 208 0.11 0.66 0 0.18 290 0.59 0.55
Hex B9 46 D0 B 42 0 12 122 3B 37
Octal 271 106 320 13 102 0 22 442 73 67
Binary 10111001 1000110 11010000 1011 1000010 0 10010 100100010 111011 110111

Color Harmonies of #B946D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946D0

Black with #B946D0

Text Example


Text Example

White with #B946D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946D0; }

 p { color: rgb(185,70,208); }

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

background-color css

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

 a { background-color: rgb(185,70,208); }

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

border-color css

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

 span { border-color: rgb(185,70,208); }

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