Html Css Color HEX #B444F6 Medium Orchid

📋 copy color: '#B444F6'

red 180 ◦ green 68 ◦ blue 246

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

Shades of Medium Orchid #B444F6

Tints of Medium Orchid #B444F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 36.44%
G = 13.77%
B = 49.8%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B444F6 (or 0xB444F6) is known color: Medium Orchid. HEX triplet: B4, 44 and F6. RGB value is (180,68,246). Sum of RGB (Red+Green+Blue) = 180+68+246=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #B444F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444F6 is #4BBB09. Grayscale: #797979. Windows color (decimal): -4963082 or 16139444. OLE color: 16139444.

HSL color Cylindrical-coordinate representation of color #B444F6: hue angle of 277.75º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B444F6 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 68 246 -
CMYK 0.27 0.72 0 0.04
HSL 277.75º 0.91% 0.62% -
HSV(B) 277.75º 0.72% 0.96% -
XYZ 37.52 20.49 89.17 -
YUV 121.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 180 68 246 0.27 0.72 0 0.04 277.75 0.91 0.62
Hex B4 44 F6 1B 48 0 4 116 5B 3E
Octal 264 104 366 33 110 0 4 426 133 76
Binary 10110100 1000100 11110110 11011 1001000 0 100 100010110 1011011 111110

Color Harmonies of #B444F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444F6

Black with #B444F6

Text Example


Text Example

White with #B444F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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