Html Css Color HEX #B946F3 Medium Orchid

📋 copy color: '#B946F3'

red 185 ◦ green 70 ◦ blue 243

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

Shades of Medium Orchid #B946F3

Tints of Medium Orchid #B946F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 37.15%
G = 14.06%
B = 48.8%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B946F3 (or 0xB946F3) is known color: Medium Orchid. HEX triplet: B9, 46 and F3. RGB value is (185,70,243). Sum of RGB (Red+Green+Blue) = 185+70+243=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #B946F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946F3 is #46B90C. Grayscale: #7B7B7B. Windows color (decimal): -4634893 or 15943353. OLE color: 15943353.

HSL color Cylindrical-coordinate representation of color #B946F3: hue angle of 279.88º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B946F3 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 70 243 -
CMYK 0.24 0.71 0 0.05
HSL 279.88º 0.88% 0.61% -
HSV(B) 279.88º 0.71% 0.95% -
XYZ 38.38 21.17 86.86 -
YUV 124.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 185 70 243 0.24 0.71 0 0.05 279.88 0.88 0.61
Hex B9 46 F3 18 47 0 5 118 58 3D
Octal 271 106 363 30 107 0 5 430 130 75
Binary 10111001 1000110 11110011 11000 1000111 0 101 100011000 1011000 111101

Color Harmonies of #B946F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946F3

Black with #B946F3

Text Example


Text Example

White with #B946F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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