Html Css Color HEX #B444D6 Medium Orchid

📋 copy color: '#B444D6'

red 180 ◦ green 68 ◦ blue 214

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

Shades of Medium Orchid #B444D6

Tints of Medium Orchid #B444D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.72%

 BLUE value IS 214 (83.98% from 255) = 46.32%

R = 38.96%
G = 14.72%
B = 46.32%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B444D6 (or 0xB444D6) is known color: Medium Orchid. HEX triplet: B4, 44 and D6. RGB value is (180,68,214). Sum of RGB (Red+Green+Blue) = 180+68+214=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #B444D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444D6 is #4BBB29. Grayscale: #757575. Windows color (decimal): -4963114 or 14042292. OLE color: 14042292.

HSL color Cylindrical-coordinate representation of color #B444D6: hue angle of 286.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B444D6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 68 214 -
CMYK 0.16 0.68 0 0.16
HSL 286.03º 0.64% 0.55% -
HSV(B) 286.03º 0.68% 0.84% -
XYZ 33.03 18.69 65.49 -
YUV 118.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 180 68 214 0.16 0.68 0 0.16 286.03 0.64 0.55
Hex B4 44 D6 10 44 0 10 11E 40 37
Octal 264 104 326 20 104 0 20 436 100 67
Binary 10110100 1000100 11010110 10000 1000100 0 10000 100011110 1000000 110111

Color Harmonies of #B444D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444D6

Black with #B444D6

Text Example


Text Example

White with #B444D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444D6; }

 p { color: rgb(180,68,214); }

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

background-color css

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

 a { background-color: rgb(180,68,214); }

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

border-color css

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

 span { border-color: rgb(180,68,214); }

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