Html Css Color HEX #B440EC Medium Orchid

📋 copy color: '#B440EC'

red 180 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #B440EC

Tints of Medium Orchid #B440EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 37.5%
G = 13.33%
B = 49.17%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B440EC (or 0xB440EC) is known color: Medium Orchid. HEX triplet: B4, 40 and EC. RGB value is (180,64,236). Sum of RGB (Red+Green+Blue) = 180+64+236=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B440EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440EC is #4BBF13. Grayscale: #757575. Windows color (decimal): -4964116 or 15483060. OLE color: 15483060.

HSL color Cylindrical-coordinate representation of color #B440EC: hue angle of 280.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B440EC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 64 236 -
CMYK 0.24 0.73 0 0.07
HSL 280.47º 0.82% 0.59% -
HSV(B) 280.47º 0.73% 0.93% -
XYZ 35.8 19.43 81.22 -
YUV 118.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 180 64 236 0.24 0.73 0 0.07 280.47 0.82 0.59
Hex B4 40 EC 18 49 0 7 118 52 3B
Octal 264 100 354 30 111 0 7 430 122 73
Binary 10110100 1000000 11101100 11000 1001001 0 111 100011000 1010010 111011

Color Harmonies of #B440EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440EC

Black with #B440EC

Text Example


Text Example

White with #B440EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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