Html Css Color HEX #B343DB Medium Orchid

📋 copy color: '#B343DB'

red 179 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #B343DB

Tints of Medium Orchid #B343DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.41%

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

R = 38.49%
G = 14.41%
B = 47.1%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B343DB (or 0xB343DB) is known color: Medium Orchid. HEX triplet: B3, 43 and DB. RGB value is (179,67,219). Sum of RGB (Red+Green+Blue) = 179+67+219=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 67 (26.56% from 255 or 14.41% 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 #B343DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343DB is #4CBC24. Grayscale: #757575. Windows color (decimal): -5028901 or 14369715. OLE color: 14369715.

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

Color convert

RGB 179 67 219 -
CMYK 0.18 0.69 0 0.14
HSL 284.21º 0.68% 0.56% -
HSV(B) 284.21º 0.69% 0.86% -
XYZ 33.38 18.71 68.87 -
YUV 117.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 179 67 219 0.18 0.69 0 0.14 284.21 0.68 0.56
Hex B3 43 DB 12 45 0 E 11C 44 38
Octal 263 103 333 22 105 0 16 434 104 70
Binary 10110011 1000011 11011011 10010 1000101 0 1110 100011100 1000100 111000

Color Harmonies of #B343DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343DB

Black with #B343DB

Text Example


Text Example

White with #B343DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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