Html Css Color HEX #B444CE Medium Orchid

📋 copy color: '#B444CE'

red 180 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #B444CE

Tints of Medium Orchid #B444CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 39.65%
G = 14.98%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B444CE (or 0xB444CE) is known color: Medium Orchid. HEX triplet: B4, 44 and CE. RGB value is (180,68,206). Sum of RGB (Red+Green+Blue) = 180+68+206=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B444CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CE is #4BBB31. Grayscale: #747474. Windows color (decimal): -4963122 or 13518004. OLE color: 13518004.

HSL color Cylindrical-coordinate representation of color #B444CE: hue angle of 288.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B444CE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 68 206 -
CMYK 0.13 0.67 0 0.19
HSL 288.7º 0.58% 0.54% -
HSV(B) 288.7º 0.67% 0.81% -
XYZ 32.03 18.29 60.24 -
YUV 117.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 180 68 206 0.13 0.67 0 0.19 288.7 0.58 0.54
Hex B4 44 CE D 43 0 13 121 3A 36
Octal 264 104 316 15 103 0 23 441 72 66
Binary 10110100 1000100 11001110 1101 1000011 0 10011 100100001 111010 110110

Color Harmonies of #B444CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CE

Black with #B444CE

Text Example


Text Example

White with #B444CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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