Html Css Color HEX #B246DD Medium Orchid

📋 copy color: '#B246DD'

red 178 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #B246DD

Tints of Medium Orchid #B246DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 37.95%
G = 14.93%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B246DD (or 0xB246DD) is known color: Medium Orchid. HEX triplet: B2, 46 and DD. RGB value is (178,70,221). Sum of RGB (Red+Green+Blue) = 178+70+221=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B246DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246DD is #4DB922. Grayscale: #777777. Windows color (decimal): -5093667 or 14501554. OLE color: 14501554.

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

Color convert

RGB 178 70 221 -
CMYK 0.19 0.68 0 0.13
HSL 282.91º 0.69% 0.57% -
HSV(B) 282.91º 0.68% 0.87% -
XYZ 33.6 19.07 70.32 -
YUV 119.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 178 70 221 0.19 0.68 0 0.13 282.91 0.69 0.57
Hex B2 46 DD 13 44 0 D 11B 45 39
Octal 262 106 335 23 104 0 15 433 105 71
Binary 10110010 1000110 11011101 10011 1000100 0 1101 100011011 1000101 111001

Color Harmonies of #B246DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246DD

Black with #B246DD

Text Example


Text Example

White with #B246DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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