Html Css Color HEX #B046F0 Medium Orchid

📋 copy color: '#B046F0'

red 176 ◦ green 70 ◦ blue 240

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

Shades of Medium Orchid #B046F0

Tints of Medium Orchid #B046F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.38%

R = 36.21%
G = 14.4%
B = 49.38%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B046F0 (or 0xB046F0) is known color: Medium Orchid. HEX triplet: B0, 46 and F0. RGB value is (176,70,240). Sum of RGB (Red+Green+Blue) = 176+70+240=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #B046F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046F0 is #4FB90F. Grayscale: #787878. Windows color (decimal): -5224720 or 15746736. OLE color: 15746736.

HSL color Cylindrical-coordinate representation of color #B046F0: hue angle of 277.41º degrees, saturation: 0.85, 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 #B046F0 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 70 240 -
CMYK 0.27 0.71 0 0.06
HSL 277.41º 0.85% 0.61% -
HSV(B) 277.41º 0.71% 0.94% -
XYZ 35.82 19.9 84.39 -
YUV 121.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 176 70 240 0.27 0.71 0 0.06 277.41 0.85 0.61
Hex B0 46 F0 1B 47 0 6 115 55 3D
Octal 260 106 360 33 107 0 6 425 125 75
Binary 10110000 1000110 11110000 11011 1000111 0 110 100010101 1010101 111101

Color Harmonies of #B046F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046F0

Black with #B046F0

Text Example


Text Example

White with #B046F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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