Html Css Color HEX #B046DE Medium Orchid

📋 copy color: '#B046DE'

red 176 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #B046DE

Tints of Medium Orchid #B046DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 37.61%
G = 14.96%
B = 47.44%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B046DE (or 0xB046DE) is known color: Medium Orchid. HEX triplet: B0, 46 and DE. RGB value is (176,70,222). Sum of RGB (Red+Green+Blue) = 176+70+222=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #B046DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046DE is #4FB921. Grayscale: #767676. Windows color (decimal): -5224738 or 14567088. OLE color: 14567088.

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

Color convert

RGB 176 70 222 -
CMYK 0.21 0.68 0 0.13
HSL 281.84º 0.7% 0.57% -
HSV(B) 281.84º 0.68% 0.87% -
XYZ 33.28 18.88 71 -
YUV 119.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 176 70 222 0.21 0.68 0 0.13 281.84 0.7 0.57
Hex B0 46 DE 15 44 0 D 11A 46 39
Octal 260 106 336 25 104 0 15 432 106 71
Binary 10110000 1000110 11011110 10101 1000100 0 1101 100011010 1000110 111001

Color Harmonies of #B046DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046DE

Black with #B046DE

Text Example


Text Example

White with #B046DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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