Html Css Color HEX #B046CE Medium Orchid

📋 copy color: '#B046CE'

red 176 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #B046CE

Tints of Medium Orchid #B046CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 38.94%
G = 15.49%
B = 45.58%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B046CE (or 0xB046CE) is known color: Medium Orchid. HEX triplet: B0, 46 and CE. RGB value is (176,70,206). Sum of RGB (Red+Green+Blue) = 176+70+206=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B046CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046CE is #4FB931. Grayscale: #747474. Windows color (decimal): -5224754 or 13518512. OLE color: 13518512.

HSL color Cylindrical-coordinate representation of color #B046CE: hue angle of 286.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B046CE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 70 206 -
CMYK 0.15 0.66 0 0.19
HSL 286.76º 0.58% 0.54% -
HSV(B) 286.76º 0.66% 0.81% -
XYZ 31.24 18.07 60.23 -
YUV 117.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 176 70 206 0.15 0.66 0 0.19 286.76 0.58 0.54
Hex B0 46 CE F 42 0 13 11F 3A 36
Octal 260 106 316 17 102 0 23 437 72 66
Binary 10110000 1000110 11001110 1111 1000010 0 10011 100011111 111010 110110

Color Harmonies of #B046CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B046CE

Black with #B046CE

Text Example


Text Example

White with #B046CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B046CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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