Html Css Color HEX #B240DC Medium Orchid

📋 copy color: '#B240DC'

red 178 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #B240DC

Tints of Medium Orchid #B240DC

RGB

 RED value IS 178 (69.92% from 255) = 38.53%

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 38.53%
G = 13.85%
B = 47.62%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B240DC (or 0xB240DC) is known color: Medium Orchid. HEX triplet: B2, 40 and DC. RGB value is (178,64,220). Sum of RGB (Red+Green+Blue) = 178+64+220=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B240DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240DC is #4DBF23. Grayscale: #737373. Windows color (decimal): -5095204 or 14434482. OLE color: 14434482.

HSL color Cylindrical-coordinate representation of color #B240DC: hue angle of 283.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B240DC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 64 220 -
CMYK 0.19 0.71 0 0.14
HSL 283.85º 0.69% 0.56% -
HSV(B) 283.85º 0.71% 0.86% -
XYZ 33.11 18.3 69.5 -
YUV 115.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 178 64 220 0.19 0.71 0 0.14 283.85 0.69 0.56
Hex B2 40 DC 13 47 0 E 11C 45 38
Octal 262 100 334 23 107 0 16 434 105 70
Binary 10110010 1000000 11011100 10011 1000111 0 1110 100011100 1000101 111000

Color Harmonies of #B240DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240DC

Black with #B240DC

Text Example


Text Example

White with #B240DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240DC; }

 p { color: rgb(178,64,220); }

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

background-color css

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

 a { background-color: rgb(178,64,220); }

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

border-color css

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

 span { border-color: rgb(178,64,220); }

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