Html Css Color HEX #B640DB Medium Orchid

📋 copy color: '#B640DB'

red 182 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #B640DB

Tints of Medium Orchid #B640DB

RGB

 RED value IS 182 (71.48% from 255) = 39.14%

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

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

R = 39.14%
G = 13.76%
B = 47.1%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B640DB (or 0xB640DB) is known color: Medium Orchid. HEX triplet: B6, 40 and DB. RGB value is (182,64,219). Sum of RGB (Red+Green+Blue) = 182+64+219=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B640DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640DB is #49BF24. Grayscale: #747474. Windows color (decimal): -4833061 or 14368950. OLE color: 14368950.

HSL color Cylindrical-coordinate representation of color #B640DB: hue angle of 285.68º 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 #B640DB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 64 219 -
CMYK 0.17 0.71 0 0.14
HSL 285.68º 0.68% 0.55% -
HSV(B) 285.68º 0.71% 0.86% -
XYZ 33.91 18.73 68.85 -
YUV 116.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 182 64 219 0.17 0.71 0 0.14 285.68 0.68 0.55
Hex B6 40 DB 11 47 0 E 11E 44 37
Octal 266 100 333 21 107 0 16 436 104 67
Binary 10110110 1000000 11011011 10001 1000111 0 1110 100011110 1000100 110111

Color Harmonies of #B640DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640DB

Black with #B640DB

Text Example


Text Example

White with #B640DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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