Html Css Color HEX #B240DA Medium Orchid

📋 copy color: '#B240DA'

red 178 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #B240DA

Tints of Medium Orchid #B240DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 38.7%
G = 13.91%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B240DA (or 0xB240DA) is known color: Medium Orchid. HEX triplet: B2, 40 and DA. RGB value is (178,64,218). Sum of RGB (Red+Green+Blue) = 178+64+218=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B240DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240DA is #4DBF25. Grayscale: #737373. Windows color (decimal): -5095206 or 14303410. OLE color: 14303410.

HSL color Cylindrical-coordinate representation of color #B240DA: hue angle of 284.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B240DA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 64 218 -
CMYK 0.18 0.71 0 0.15
HSL 284.42º 0.68% 0.55% -
HSV(B) 284.42º 0.71% 0.85% -
XYZ 32.85 18.19 68.11 -
YUV 115.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 178 64 218 0.18 0.71 0 0.15 284.42 0.68 0.55
Hex B2 40 DA 12 47 0 F 11C 44 37
Octal 262 100 332 22 107 0 17 434 104 67
Binary 10110010 1000000 11011010 10010 1000111 0 1111 100011100 1000100 110111

Color Harmonies of #B240DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240DA

Black with #B240DA

Text Example


Text Example

White with #B240DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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