Html Css Color HEX #B440E8 Medium Orchid

📋 copy color: '#B440E8'

red 180 ◦ green 64 ◦ blue 232

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

Shades of Medium Orchid #B440E8

Tints of Medium Orchid #B440E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 37.82%
G = 13.45%
B = 48.74%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B440E8 (or 0xB440E8) is known color: Medium Orchid. HEX triplet: B4, 40 and E8. RGB value is (180,64,232). Sum of RGB (Red+Green+Blue) = 180+64+232=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #B440E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440E8 is #4BBF17. Grayscale: #757575. Windows color (decimal): -4964120 or 15220916. OLE color: 15220916.

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

Color convert

RGB 180 64 232 -
CMYK 0.22 0.72 0 0.09
HSL 281.43º 0.79% 0.58% -
HSV(B) 281.43º 0.72% 0.91% -
XYZ 35.22 19.2 78.19 -
YUV 117.84 192.43 172.34 -
System Red Green Blue C M Y K H S L
Decimal 180 64 232 0.22 0.72 0 0.09 281.43 0.79 0.58
Hex B4 40 E8 16 48 0 9 119 4F 3A
Octal 264 100 350 26 110 0 11 431 117 72
Binary 10110100 1000000 11101000 10110 1001000 0 1001 100011001 1001111 111010

Color Harmonies of #B440E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440E8

Black with #B440E8

Text Example


Text Example

White with #B440E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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