Html Css Color HEX #B444D8 Medium Orchid

📋 copy color: '#B444D8'

red 180 ◦ green 68 ◦ blue 216

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

Shades of Medium Orchid #B444D8

Tints of Medium Orchid #B444D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 38.79%
G = 14.66%
B = 46.55%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B444D8 (or 0xB444D8) is known color: Medium Orchid. HEX triplet: B4, 44 and D8. RGB value is (180,68,216). Sum of RGB (Red+Green+Blue) = 180+68+216=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #B444D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444D8 is #4BBB27. Grayscale: #757575. Windows color (decimal): -4963112 or 14173364. OLE color: 14173364.

HSL color Cylindrical-coordinate representation of color #B444D8: hue angle of 285.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B444D8 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 68 216 -
CMYK 0.17 0.69 0 0.15
HSL 285.41º 0.65% 0.56% -
HSV(B) 285.41º 0.69% 0.85% -
XYZ 33.28 18.8 66.84 -
YUV 118.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 180 68 216 0.17 0.69 0 0.15 285.41 0.65 0.56
Hex B4 44 D8 11 45 0 F 11D 41 38
Octal 264 104 330 21 105 0 17 435 101 70
Binary 10110100 1000100 11011000 10001 1000101 0 1111 100011101 1000001 111000

Color Harmonies of #B444D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444D8

Black with #B444D8

Text Example


Text Example

White with #B444D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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