Html Css Color HEX #B360DB Medium Orchid

📋 copy color: '#B360DB'

red 179 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B360DB

Tints of Medium Orchid #B360DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.43%

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

R = 36.23%
G = 19.43%
B = 44.33%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B360DB (or 0xB360DB) is known color: Medium Orchid. HEX triplet: B3, 60 and DB. RGB value is (179,96,219). Sum of RGB (Red+Green+Blue) = 179+96+219=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #B360DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360DB is #4C9F24. Grayscale: #868686. Windows color (decimal): -5021477 or 14377139. OLE color: 14377139.

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

Color convert

RGB 179 96 219 -
CMYK 0.18 0.56 0 0.14
HSL 280.49º 0.63% 0.62% -
HSV(B) 280.49º 0.56% 0.86% -
XYZ 35.56 23.06 69.6 -
YUV 134.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 179 96 219 0.18 0.56 0 0.14 280.49 0.63 0.62
Hex B3 60 DB 12 38 0 E 118 3F 3E
Octal 263 140 333 22 70 0 16 430 77 76
Binary 10110011 1100000 11011011 10010 111000 0 1110 100011000 111111 111110

Color Harmonies of #B360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360DB

Black with #B360DB

Text Example


Text Example

White with #B360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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