Html Css Color HEX #B341DB Medium Orchid

📋 copy color: '#B341DB'

red 179 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #B341DB

Tints of Medium Orchid #B341DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.04%

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

R = 38.66%
G = 14.04%
B = 47.3%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B341DB (or 0xB341DB) is known color: Medium Orchid. HEX triplet: B3, 41 and DB. RGB value is (179,65,219). Sum of RGB (Red+Green+Blue) = 179+65+219=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B341DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341DB is #4CBE24. Grayscale: #747474. Windows color (decimal): -5029413 or 14369203. OLE color: 14369203.

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

Color convert

RGB 179 65 219 -
CMYK 0.18 0.70 0 0.14
HSL 284.42º 0.68% 0.56% -
HSV(B) 284.42º 0.7% 0.86% -
XYZ 33.27 18.48 68.83 -
YUV 116.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 179 65 219 0.18 0.70 0 0.14 284.42 0.68 0.56
Hex B3 41 DB 12 46 0 E 11C 44 38
Octal 263 101 333 22 106 0 16 434 104 70
Binary 10110011 1000001 11011011 10010 1000110 0 1110 100011100 1000100 111000

Color Harmonies of #B341DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341DB

Black with #B341DB

Text Example


Text Example

White with #B341DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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