Html Css Color HEX #B441CE Medium Orchid

📋 copy color: '#B441CE'

red 180 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #B441CE

Tints of Medium Orchid #B441CE

RGB

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

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

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

R = 39.91%
G = 14.41%
B = 45.68%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B441CE (or 0xB441CE) is known color: Medium Orchid. HEX triplet: B4, 41 and CE. RGB value is (180,65,206). Sum of RGB (Red+Green+Blue) = 180+65+206=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #B441CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441CE is #4BBE31. Grayscale: #737373. Windows color (decimal): -4963890 or 13517236. OLE color: 13517236.

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

Color convert

RGB 180 65 206 -
CMYK 0.13 0.68 0 0.19
HSL 288.94º 0.59% 0.53% -
HSV(B) 288.94º 0.68% 0.81% -
XYZ 31.85 17.94 60.18 -
YUV 115.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 180 65 206 0.13 0.68 0 0.19 288.94 0.59 0.53
Hex B4 41 CE D 44 0 13 121 3B 35
Octal 264 101 316 15 104 0 23 441 73 65
Binary 10110100 1000001 11001110 1101 1000100 0 10011 100100001 111011 110101

Color Harmonies of #B441CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441CE

Black with #B441CE

Text Example


Text Example

White with #B441CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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