Html Css Color HEX #B260DA Medium Orchid

📋 copy color: '#B260DA'

red 178 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #B260DA

Tints of Medium Orchid #B260DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 36.18%
G = 19.51%
B = 44.31%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B260DA (or 0xB260DA) is known color: Medium Orchid. HEX triplet: B2, 60 and DA. RGB value is (178,96,218). Sum of RGB (Red+Green+Blue) = 178+96+218=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #B260DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260DA is #4D9F25. Grayscale: #868686. Windows color (decimal): -5087014 or 14311602. OLE color: 14311602.

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

Color convert

RGB 178 96 218 -
CMYK 0.18 0.56 0 0.15
HSL 280.33º 0.62% 0.62% -
HSV(B) 280.33º 0.56% 0.85% -
XYZ 35.2 22.89 68.89 -
YUV 134.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 178 96 218 0.18 0.56 0 0.15 280.33 0.62 0.62
Hex B2 60 DA 12 38 0 F 118 3E 3E
Octal 262 140 332 22 70 0 17 430 76 76
Binary 10110010 1100000 11011010 10010 111000 0 1111 100011000 111110 111110

Color Harmonies of #B260DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260DA

Black with #B260DA

Text Example


Text Example

White with #B260DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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