Html Css Color HEX #B646DB Medium Orchid

📋 copy color: '#B646DB'

red 182 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #B646DB

Tints of Medium Orchid #B646DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.86%

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

R = 38.64%
G = 14.86%
B = 46.5%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B646DB (or 0xB646DB) is known color: Medium Orchid. HEX triplet: B6, 46 and DB. RGB value is (182,70,219). Sum of RGB (Red+Green+Blue) = 182+70+219=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B646DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646DB is #49B924. Grayscale: #777777. Windows color (decimal): -4831525 or 14370486. OLE color: 14370486.

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

Color convert

RGB 182 70 219 -
CMYK 0.17 0.68 0 0.14
HSL 285.1º 0.67% 0.57% -
HSV(B) 285.1º 0.68% 0.86% -
XYZ 34.27 19.44 68.96 -
YUV 120.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 182 70 219 0.17 0.68 0 0.14 285.1 0.67 0.57
Hex B6 46 DB 11 44 0 E 11D 43 39
Octal 266 106 333 21 104 0 16 435 103 71
Binary 10110110 1000110 11011011 10001 1000100 0 1110 100011101 1000011 111001

Color Harmonies of #B646DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646DB

Black with #B646DB

Text Example


Text Example

White with #B646DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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