Html Css Color HEX #B946E5 Medium Orchid

📋 copy color: '#B946E5'

red 185 ◦ green 70 ◦ blue 229

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

Shades of Medium Orchid #B946E5

Tints of Medium Orchid #B946E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 38.22%
G = 14.46%
B = 47.31%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B946E5 (or 0xB946E5) is known color: Medium Orchid. HEX triplet: B9, 46 and E5. RGB value is (185,70,229). Sum of RGB (Red+Green+Blue) = 185+70+229=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #B946E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946E5 is #46B91A. Grayscale: #797979. Windows color (decimal): -4634907 or 15025849. OLE color: 15025849.

HSL color Cylindrical-coordinate representation of color #B946E5: hue angle of 283.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B946E5 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 70 229 -
CMYK 0.19 0.69 0 0.10
HSL 283.4º 0.75% 0.59% -
HSV(B) 283.4º 0.69% 0.9% -
XYZ 36.34 20.35 76.14 -
YUV 122.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 185 70 229 0.19 0.69 0 0.10 283.4 0.75 0.59
Hex B9 46 E5 13 45 0 A 11B 4B 3B
Octal 271 106 345 23 105 0 12 433 113 73
Binary 10111001 1000110 11100101 10011 1000101 0 1010 100011011 1001011 111011

Color Harmonies of #B946E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946E5

Black with #B946E5

Text Example


Text Example

White with #B946E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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