Html Css Color HEX #B359DB Medium Orchid

📋 copy color: '#B359DB'

red 179 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #B359DB

Tints of Medium Orchid #B359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.28%

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

R = 36.76%
G = 18.28%
B = 44.97%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B359DB (or 0xB359DB) is known color: Medium Orchid. HEX triplet: B3, 59 and DB. RGB value is (179,89,219). Sum of RGB (Red+Green+Blue) = 179+89+219=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B359DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359DB is #4CA624. Grayscale: #828282. Windows color (decimal): -5023269 or 14375347. OLE color: 14375347.

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

Color convert

RGB 179 89 219 -
CMYK 0.18 0.59 0 0.14
HSL 281.54º 0.64% 0.6% -
HSV(B) 281.54º 0.59% 0.86% -
XYZ 34.95 21.84 69.39 -
YUV 130.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 179 89 219 0.18 0.59 0 0.14 281.54 0.64 0.6
Hex B3 59 DB 12 3B 0 E 11A 40 3C
Octal 263 131 333 22 73 0 16 432 100 74
Binary 10110011 1011001 11011011 10010 111011 0 1110 100011010 1000000 111100

Color Harmonies of #B359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359DB

Black with #B359DB

Text Example


Text Example

White with #B359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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