Html Css Color HEX #B440D8 Medium Orchid

📋 copy color: '#B440D8'

red 180 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #B440D8

Tints of Medium Orchid #B440D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 39.13%
G = 13.91%
B = 46.96%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B440D8 (or 0xB440D8) is known color: Medium Orchid. HEX triplet: B4, 40 and D8. RGB value is (180,64,216). Sum of RGB (Red+Green+Blue) = 180+64+216=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #B440D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440D8 is #4BBF27. Grayscale: #737373. Windows color (decimal): -4964136 or 14172340. OLE color: 14172340.

HSL color Cylindrical-coordinate representation of color #B440D8: hue angle of 285.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B440D8 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 64 216 -
CMYK 0.17 0.70 0 0.15
HSL 285.79º 0.66% 0.55% -
HSV(B) 285.79º 0.7% 0.85% -
XYZ 33.05 18.33 66.76 -
YUV 116.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 180 64 216 0.17 0.70 0 0.15 285.79 0.66 0.55
Hex B4 40 D8 11 46 0 F 11E 42 37
Octal 264 100 330 21 106 0 17 436 102 67
Binary 10110100 1000000 11011000 10001 1000110 0 1111 100011110 1000010 110111

Color Harmonies of #B440D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440D8

Black with #B440D8

Text Example


Text Example

White with #B440D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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