Html Css Color HEX #B358DB Medium Orchid

📋 copy color: '#B358DB'

red 179 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B358DB

Tints of Medium Orchid #B358DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.11%

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

R = 36.83%
G = 18.11%
B = 45.06%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B358DB (or 0xB358DB) is known color: Medium Orchid. HEX triplet: B3, 58 and DB. RGB value is (179,88,219). Sum of RGB (Red+Green+Blue) = 179+88+219=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B358DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358DB is #4CA724. Grayscale: #818181. Windows color (decimal): -5023525 or 14375091. OLE color: 14375091.

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

Color convert

RGB 179 88 219 -
CMYK 0.18 0.60 0 0.14
HSL 281.68º 0.65% 0.6% -
HSV(B) 281.68º 0.6% 0.86% -
XYZ 34.87 21.68 69.36 -
YUV 130.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 179 88 219 0.18 0.60 0 0.14 281.68 0.65 0.6
Hex B3 58 DB 12 3C 0 E 11A 41 3C
Octal 263 130 333 22 74 0 16 432 101 74
Binary 10110011 1011000 11011011 10010 111100 0 1110 100011010 1000001 111100

Color Harmonies of #B358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358DB

Black with #B358DB

Text Example


Text Example

White with #B358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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