Html Css Color HEX #B365DB Medium Orchid

📋 copy color: '#B365DB'

red 179 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #B365DB

Tints of Medium Orchid #B365DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.24%

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

R = 35.87%
G = 20.24%
B = 43.89%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B365DB (or 0xB365DB) is known color: Medium Orchid. HEX triplet: B3, 65 and DB. RGB value is (179,101,219). Sum of RGB (Red+Green+Blue) = 179+101+219=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B365DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365DB is #4C9A24. Grayscale: #898989. Windows color (decimal): -5020197 or 14378419. OLE color: 14378419.

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

Color convert

RGB 179 101 219 -
CMYK 0.18 0.54 0 0.14
HSL 279.66º 0.62% 0.63% -
HSV(B) 279.66º 0.54% 0.86% -
XYZ 36.03 24.01 69.75 -
YUV 137.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 179 101 219 0.18 0.54 0 0.14 279.66 0.62 0.63
Hex B3 65 DB 12 36 0 E 118 3E 3F
Octal 263 145 333 22 66 0 16 430 76 77
Binary 10110011 1100101 11011011 10010 110110 0 1110 100011000 111110 111111

Color Harmonies of #B365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365DB

Black with #B365DB

Text Example


Text Example

White with #B365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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