Html Css Color HEX #B946EB Medium Orchid

📋 copy color: '#B946EB'

red 185 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #B946EB

Tints of Medium Orchid #B946EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 37.76%
G = 14.29%
B = 47.96%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B946EB (or 0xB946EB) is known color: Medium Orchid. HEX triplet: B9, 46 and EB. RGB value is (185,70,235). Sum of RGB (Red+Green+Blue) = 185+70+235=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #B946EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946EB is #46B914. Grayscale: #7A7A7A. Windows color (decimal): -4634901 or 15419065. OLE color: 15419065.

HSL color Cylindrical-coordinate representation of color #B946EB: hue angle of 281.82º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B946EB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 70 235 -
CMYK 0.21 0.70 0 0.08
HSL 281.82º 0.8% 0.6% -
HSV(B) 281.82º 0.7% 0.92% -
XYZ 37.19 20.69 80.63 -
YUV 123.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 185 70 235 0.21 0.70 0 0.08 281.82 0.8 0.6
Hex B9 46 EB 15 46 0 8 11A 50 3C
Octal 271 106 353 25 106 0 10 432 120 74
Binary 10111001 1000110 11101011 10101 1000110 0 1000 100011010 1010000 111100

Color Harmonies of #B946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946EB

Black with #B946EB

Text Example


Text Example

White with #B946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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