Html Css Color HEX #B240DB Medium Orchid

📋 copy color: '#B240DB'

red 178 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #B240DB

Tints of Medium Orchid #B240DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 38.61%
G = 13.88%
B = 47.51%

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

#B240DB (or 0xB240DB) is known color: Medium Orchid. HEX triplet: B2, 40 and DB. RGB value is (178,64,219). Sum of RGB (Red+Green+Blue) = 178+64+219=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B240DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240DB is #4DBF24. Grayscale: #737373. Windows color (decimal): -5095205 or 14368946. OLE color: 14368946.

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

Color convert

RGB 178 64 219 -
CMYK 0.19 0.71 0 0.14
HSL 284.13º 0.68% 0.55% -
HSV(B) 284.13º 0.71% 0.86% -
XYZ 32.98 18.25 68.8 -
YUV 115.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 178 64 219 0.19 0.71 0 0.14 284.13 0.68 0.55
Hex B2 40 DB 13 47 0 E 11C 44 37
Octal 262 100 333 23 107 0 16 434 104 67
Binary 10110010 1000000 11011011 10011 1000111 0 1110 100011100 1000100 110111

Color Harmonies of #B240DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240DB

Black with #B240DB

Text Example


Text Example

White with #B240DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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