Html Css Color HEX #B440CD Medium Orchid

📋 copy color: '#B440CD'

red 180 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #B440CD

Tints of Medium Orchid #B440CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 40.09%
G = 14.25%
B = 45.66%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B440CD (or 0xB440CD) is known color: Medium Orchid. HEX triplet: B4, 40 and CD. RGB value is (180,64,205). Sum of RGB (Red+Green+Blue) = 180+64+205=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B440CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440CD is #4BBF32. Grayscale: #727272. Windows color (decimal): -4964147 or 13451444. OLE color: 13451444.

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

Color convert

RGB 180 64 205 -
CMYK 0.12 0.69 0 0.20
HSL 289.36º 0.59% 0.53% -
HSV(B) 289.36º 0.69% 0.8% -
XYZ 31.68 17.78 59.52 -
YUV 114.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 180 64 205 0.12 0.69 0 0.20 289.36 0.59 0.53
Hex B4 40 CD C 45 0 14 121 3B 35
Octal 264 100 315 14 105 0 24 441 73 65
Binary 10110100 1000000 11001101 1100 1000101 0 10100 100100001 111011 110101

Color Harmonies of #B440CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440CD

Black with #B440CD

Text Example


Text Example

White with #B440CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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