Html Css Color HEX #B440E6 Medium Orchid

📋 copy color: '#B440E6'

red 180 ◦ green 64 ◦ blue 230

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

Shades of Medium Orchid #B440E6

Tints of Medium Orchid #B440E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 37.97%
G = 13.5%
B = 48.52%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B440E6 (or 0xB440E6) is known color: Medium Orchid. HEX triplet: B4, 40 and E6. RGB value is (180,64,230). Sum of RGB (Red+Green+Blue) = 180+64+230=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #B440E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440E6 is #4BBF19. Grayscale: #757575. Windows color (decimal): -4964122 or 15089844. OLE color: 15089844.

HSL color Cylindrical-coordinate representation of color #B440E6: hue angle of 281.93º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B440E6 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 64 230 -
CMYK 0.22 0.72 0 0.10
HSL 281.93º 0.77% 0.58% -
HSV(B) 281.93º 0.72% 0.9% -
XYZ 34.94 19.08 76.7 -
YUV 117.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 180 64 230 0.22 0.72 0 0.10 281.93 0.77 0.58
Hex B4 40 E6 16 48 0 A 11A 4D 3A
Octal 264 100 346 26 110 0 12 432 115 72
Binary 10110100 1000000 11100110 10110 1001000 0 1010 100011010 1001101 111010

Color Harmonies of #B440E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440E6

Black with #B440E6

Text Example


Text Example

White with #B440E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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