Html Css Color HEX #B444CD Medium Orchid

📋 copy color: '#B444CD'

red 180 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #B444CD

Tints of Medium Orchid #B444CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 39.74%
G = 15.01%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B444CD (or 0xB444CD) is known color: Medium Orchid. HEX triplet: B4, 44 and CD. RGB value is (180,68,205). Sum of RGB (Red+Green+Blue) = 180+68+205=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B444CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CD is #4BBB32. Grayscale: #747474. Windows color (decimal): -4963123 or 13452468. OLE color: 13452468.

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

Color convert

RGB 180 68 205 -
CMYK 0.12 0.67 0 0.20
HSL 289.05º 0.58% 0.54% -
HSV(B) 289.05º 0.67% 0.8% -
XYZ 31.91 18.25 59.6 -
YUV 117.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 180 68 205 0.12 0.67 0 0.20 289.05 0.58 0.54
Hex B4 44 CD C 43 0 14 121 3A 36
Octal 264 104 315 14 103 0 24 441 72 66
Binary 10110100 1000100 11001101 1100 1000011 0 10100 100100001 111010 110110

Color Harmonies of #B444CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CD

Black with #B444CD

Text Example


Text Example

White with #B444CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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