Html Css Color HEX #B246DE Medium Orchid

📋 copy color: '#B246DE'

red 178 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #B246DE

Tints of Medium Orchid #B246DE

RGB

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

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

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

R = 37.87%
G = 14.89%
B = 47.23%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B246DE (or 0xB246DE) is known color: Medium Orchid. HEX triplet: B2, 46 and DE. RGB value is (178,70,222). Sum of RGB (Red+Green+Blue) = 178+70+222=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #B246DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246DE is #4DB921. Grayscale: #777777. Windows color (decimal): -5093666 or 14567090. OLE color: 14567090.

HSL color Cylindrical-coordinate representation of color #B246DE: hue angle of 282.63º 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 #B246DE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 70 222 -
CMYK 0.20 0.68 0 0.13
HSL 282.63º 0.7% 0.57% -
HSV(B) 282.63º 0.68% 0.87% -
XYZ 33.74 19.12 71.02 -
YUV 119.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 178 70 222 0.20 0.68 0 0.13 282.63 0.7 0.57
Hex B2 46 DE 14 44 0 D 11B 46 39
Octal 262 106 336 24 104 0 15 433 106 71
Binary 10110010 1000110 11011110 10100 1000100 0 1101 100011011 1000110 111001

Color Harmonies of #B246DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246DE

Black with #B246DE

Text Example


Text Example

White with #B246DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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