Html Css Color HEX #B441CD Medium Orchid

📋 copy color: '#B441CD'

red 180 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #B441CD

Tints of Medium Orchid #B441CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.44%

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

R = 40%
G = 14.44%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B441CD (or 0xB441CD) is known color: Medium Orchid. HEX triplet: B4, 41 and CD. RGB value is (180,65,205). Sum of RGB (Red+Green+Blue) = 180+65+205=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B441CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441CD is #4BBE32. Grayscale: #727272. Windows color (decimal): -4963891 or 13451700. OLE color: 13451700.

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

Color convert

RGB 180 65 205 -
CMYK 0.12 0.68 0 0.20
HSL 289.29º 0.58% 0.53% -
HSV(B) 289.29º 0.68% 0.8% -
XYZ 31.73 17.89 59.54 -
YUV 115.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 180 65 205 0.12 0.68 0 0.20 289.29 0.58 0.53
Hex B4 41 CD C 44 0 14 121 3A 35
Octal 264 101 315 14 104 0 24 441 72 65
Binary 10110100 1000001 11001101 1100 1000100 0 10100 100100001 111010 110101

Color Harmonies of #B441CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441CD

Black with #B441CD

Text Example


Text Example

White with #B441CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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