Html Css Color HEX #B246DC Medium Orchid

📋 copy color: '#B246DC'

red 178 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #B246DC

Tints of Medium Orchid #B246DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 38.03%
G = 14.96%
B = 47.01%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B246DC (or 0xB246DC) is known color: Medium Orchid. HEX triplet: B2, 46 and DC. RGB value is (178,70,220). Sum of RGB (Red+Green+Blue) = 178+70+220=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B246DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246DC is #4DB923. Grayscale: #767676. Windows color (decimal): -5093668 or 14436018. OLE color: 14436018.

HSL color Cylindrical-coordinate representation of color #B246DC: hue angle of 283.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B246DC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 70 220 -
CMYK 0.19 0.68 0 0.14
HSL 283.2º 0.68% 0.57% -
HSV(B) 283.2º 0.68% 0.86% -
XYZ 33.47 19.01 69.62 -
YUV 119.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 178 70 220 0.19 0.68 0 0.14 283.2 0.68 0.57
Hex B2 46 DC 13 44 0 E 11B 44 39
Octal 262 106 334 23 104 0 16 433 104 71
Binary 10110010 1000110 11011100 10011 1000100 0 1110 100011011 1000100 111001

Color Harmonies of #B246DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246DC

Black with #B246DC

Text Example


Text Example

White with #B246DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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