Html Css Color HEX #B046DF Medium Orchid

📋 copy color: '#B046DF'

red 176 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #B046DF

Tints of Medium Orchid #B046DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 37.53%
G = 14.93%
B = 47.55%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B046DF (or 0xB046DF) is known color: Medium Orchid. HEX triplet: B0, 46 and DF. RGB value is (176,70,223). Sum of RGB (Red+Green+Blue) = 176+70+223=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B046DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046DF is #4FB920. Grayscale: #767676. Windows color (decimal): -5224737 or 14632624. OLE color: 14632624.

HSL color Cylindrical-coordinate representation of color #B046DF: hue angle of 281.57º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B046DF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 70 223 -
CMYK 0.21 0.69 0 0.13
HSL 281.57º 0.71% 0.57% -
HSV(B) 281.57º 0.69% 0.87% -
XYZ 33.41 18.94 71.71 -
YUV 119.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 176 70 223 0.21 0.69 0 0.13 281.57 0.71 0.57
Hex B0 46 DF 15 45 0 D 11A 47 39
Octal 260 106 337 25 105 0 15 432 107 71
Binary 10110000 1000110 11011111 10101 1000101 0 1101 100011010 1000111 111001

Color Harmonies of #B046DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046DF

Black with #B046DF

Text Example


Text Example

White with #B046DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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