Html Css Color HEX #B046EF Medium Orchid

📋 copy color: '#B046EF'

red 176 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #B046EF

Tints of Medium Orchid #B046EF

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 36.29%
G = 14.43%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B046EF (or 0xB046EF) is known color: Medium Orchid. HEX triplet: B0, 46 and EF. RGB value is (176,70,239). Sum of RGB (Red+Green+Blue) = 176+70+239=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #B046EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046EF is #4FB910. Grayscale: #787878. Windows color (decimal): -5224721 or 15681200. OLE color: 15681200.

HSL color Cylindrical-coordinate representation of color #B046EF: hue angle of 277.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B046EF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 70 239 -
CMYK 0.26 0.71 0 0.06
HSL 277.63º 0.84% 0.61% -
HSV(B) 277.63º 0.71% 0.94% -
XYZ 35.67 19.84 83.61 -
YUV 120.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 176 70 239 0.26 0.71 0 0.06 277.63 0.84 0.61
Hex B0 46 EF 1A 47 0 6 116 54 3D
Octal 260 106 357 32 107 0 6 426 124 75
Binary 10110000 1000110 11101111 11010 1000111 0 110 100010110 1010100 111101

Color Harmonies of #B046EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046EF

Black with #B046EF

Text Example


Text Example

White with #B046EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046EF; }

 p { color: rgb(176,70,239); }

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

background-color css

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

 a { background-color: rgb(176,70,239); }

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

border-color css

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

 span { border-color: rgb(176,70,239); }

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