Html Css Color HEX #B345DB Medium Orchid

📋 copy color: '#B345DB'

red 179 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #B345DB

Tints of Medium Orchid #B345DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.78%

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

R = 38.33%
G = 14.78%
B = 46.9%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B345DB (or 0xB345DB) is known color: Medium Orchid. HEX triplet: B3, 45 and DB. RGB value is (179,69,219). Sum of RGB (Red+Green+Blue) = 179+69+219=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B345DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345DB is #4CBA24. Grayscale: #767676. Windows color (decimal): -5028389 or 14370227. OLE color: 14370227.

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

Color convert

RGB 179 69 219 -
CMYK 0.18 0.68 0 0.14
HSL 284º 0.68% 0.56% -
HSV(B) 284º 0.68% 0.86% -
XYZ 33.5 18.95 68.91 -
YUV 118.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 179 69 219 0.18 0.68 0 0.14 284 0.68 0.56
Hex B3 45 DB 12 44 0 E 11C 44 38
Octal 263 105 333 22 104 0 16 434 104 70
Binary 10110011 1000101 11011011 10010 1000100 0 1110 100011100 1000100 111000

Color Harmonies of #B345DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345DB

Black with #B345DB

Text Example


Text Example

White with #B345DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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