Html Css Color HEX #B340DB Medium Orchid

📋 copy color: '#B340DB'

red 179 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #B340DB

Tints of Medium Orchid #B340DB

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

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

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

R = 38.74%
G = 13.85%
B = 47.4%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B340DB (or 0xB340DB) is known color: Medium Orchid. HEX triplet: B3, 40 and DB. RGB value is (179,64,219). Sum of RGB (Red+Green+Blue) = 179+64+219=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B340DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340DB is #4CBF24. Grayscale: #737373. Windows color (decimal): -5029669 or 14368947. OLE color: 14368947.

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

Color convert

RGB 179 64 219 -
CMYK 0.18 0.71 0 0.14
HSL 284.52º 0.68% 0.55% -
HSV(B) 284.52º 0.71% 0.86% -
XYZ 33.21 18.36 68.81 -
YUV 116.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 179 64 219 0.18 0.71 0 0.14 284.52 0.68 0.55
Hex B3 40 DB 12 47 0 E 11D 44 37
Octal 263 100 333 22 107 0 16 435 104 67
Binary 10110011 1000000 11011011 10010 1000111 0 1110 100011101 1000100 110111

Color Harmonies of #B340DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340DB

Black with #B340DB

Text Example


Text Example

White with #B340DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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