Html Css Color HEX #B260DB Medium Orchid

📋 copy color: '#B260DB'

red 178 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B260DB

Tints of Medium Orchid #B260DB

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

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

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

R = 36.11%
G = 19.47%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B260DB (or 0xB260DB) is known color: Medium Orchid. HEX triplet: B2, 60 and DB. RGB value is (178,96,219). Sum of RGB (Red+Green+Blue) = 178+96+219=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B260DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260DB is #4D9F24. Grayscale: #868686. Windows color (decimal): -5087013 or 14377138. OLE color: 14377138.

HSL color Cylindrical-coordinate representation of color #B260DB: hue angle of 280º 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 #B260DB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 96 219 -
CMYK 0.19 0.56 0 0.14
HSL 280º 0.63% 0.62% -
HSV(B) 280º 0.56% 0.86% -
XYZ 35.33 22.95 69.58 -
YUV 134.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 178 96 219 0.19 0.56 0 0.14 280 0.63 0.62
Hex B2 60 DB 13 38 0 E 118 3F 3E
Octal 262 140 333 23 70 0 16 430 77 76
Binary 10110010 1100000 11011011 10011 111000 0 1110 100011000 111111 111110

Color Harmonies of #B260DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260DB

Black with #B260DB

Text Example


Text Example

White with #B260DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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