Html Css Color HEX #B446DE Medium Orchid

📋 copy color: '#B446DE'

red 180 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #B446DE

Tints of Medium Orchid #B446DE

RGB

 RED value IS 180 (70.7% from 255) = 38.14%

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

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

R = 38.14%
G = 14.83%
B = 47.03%

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

#B446DE (or 0xB446DE) is known color: Medium Orchid. HEX triplet: B4, 46 and DE. RGB value is (180,70,222). Sum of RGB (Red+Green+Blue) = 180+70+222=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #B446DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446DE is #4BB921. Grayscale: #777777. Windows color (decimal): -4962594 or 14567092. OLE color: 14567092.

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

Color convert

RGB 180 70 222 -
CMYK 0.19 0.68 0 0.13
HSL 283.42º 0.7% 0.57% -
HSV(B) 283.42º 0.68% 0.87% -
XYZ 34.2 19.36 71.04 -
YUV 120.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 180 70 222 0.19 0.68 0 0.13 283.42 0.7 0.57
Hex B4 46 DE 13 44 0 D 11B 46 39
Octal 264 106 336 23 104 0 15 433 106 71
Binary 10110100 1000110 11011110 10011 1000100 0 1101 100011011 1000110 111001

Color Harmonies of #B446DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446DE

Black with #B446DE

Text Example


Text Example

White with #B446DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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