Html Css Color HEX #B246CE Medium Orchid

📋 copy color: '#B246CE'

red 178 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #B246CE

Tints of Medium Orchid #B246CE

RGB

 RED value IS 178 (69.92% from 255) = 39.21%

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

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

R = 39.21%
G = 15.42%
B = 45.37%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B246CE (or 0xB246CE) is known color: Medium Orchid. HEX triplet: B2, 46 and CE. RGB value is (178,70,206). Sum of RGB (Red+Green+Blue) = 178+70+206=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B246CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246CE is #4DB931. Grayscale: #757575. Windows color (decimal): -5093682 or 13518514. OLE color: 13518514.

HSL color Cylindrical-coordinate representation of color #B246CE: hue angle of 287.65º 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 #B246CE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 70 206 -
CMYK 0.14 0.66 0 0.19
HSL 287.65º 0.58% 0.54% -
HSV(B) 287.65º 0.66% 0.81% -
XYZ 31.69 18.3 60.25 -
YUV 117.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 178 70 206 0.14 0.66 0 0.19 287.65 0.58 0.54
Hex B2 46 CE E 42 0 13 120 3A 36
Octal 262 106 316 16 102 0 23 440 72 66
Binary 10110010 1000110 11001110 1110 1000010 0 10011 100100000 111010 110110

Color Harmonies of #B246CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246CE

Black with #B246CE

Text Example


Text Example

White with #B246CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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